#94BC7F

Color #94BC7F Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #94BC7F

Tints of Olivine #94BC7F

Color information

#94BC7F (or 0x94BC7F) is unknown color: approx Olivine. HEX triplet: 94, BC and 7F. RGB value is (148,188,127). Sum of RGB (Red+Green+Blue) = 148+188+127=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC7F is #6B4380. Grayscale: #A9A9A9. Windows color (decimal): -7029633 or 8371348. OLE color: 8371348.

HSL color Cylindrical-coordinate representation of color #94BC7F: hue angle of 99.34º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BC7F is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB148188127-
CMYK0.2100.320.26
HSL99.34º31.28%61.76%-
HSV(B)99.34º32.45%73.73%-
XYZ34.0343.7926.74-
YUV169.09104.25112.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 127 (50% from 255) = 27.43%
R=31.97%
G=40.60%
B=27.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881270.2100.320.2699.3431.2861.76
Hex94BC7F150201A631f3e
Octal22427417725040321433776
Binary1001010010111100111111110101010000011010110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BC7F; }

 p { color: rgb(148,188,127); }

 H1.HeaderClassName
 {
   color: #94BC7F;
 }
 .AnyTagClassName
 {
   color: #94BC7F;
 }
</style>
background-color css

<style>
 a { background-color: #94BC7F; }

 a { background-color: rgb(148,188,127); }

 div.DivClassName
 {
   background-color: #94BC7F;
 }
 .BgClassName
 {
   background-color: #94BC7F;
 }
</style>
border-color css

<style>
 span { border-color: #94BC7F; }

 span { border-color: rgb(148,188,127); }

 td.TdClassName
 {
   border-color: #94BC7F;
 }
 .TagClassName
 {
   border-color: #94BC7F;
 }
</style>