#94BB7F

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

Shades of Olivine #94BB7F

Tints of Olivine #94BB7F

Color information

#94BB7F (or 0x94BB7F) is unknown color: approx Olivine. HEX triplet: 94, BB and 7F. RGB value is (148,187,127). Sum of RGB (Red+Green+Blue) = 148+187+127=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BB7F is #6B4480. Grayscale: #A8A8A8. Windows color (decimal): -7029889 or 8371092. OLE color: 8371092.

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

Color convert

RGB148187127-
CMYK0.2100.320.27
HSL99º30.61%61.57%-
HSV(B)99º32.09%73.33%-
XYZ33.8143.3726.67-
YUV168.5104.58113.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 127 (50% from 255) = 27.49%
R=32.03%
G=40.48%
B=27.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871270.2100.320.279930.6161.57
Hex94BB7F150201B631f3e
Octal22427317725040331433776
Binary1001010010111011111111110101010000011011110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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