#94BF78

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

Shades of Olivine #94BF78

Tints of Olivine #94BF78

Color information

#94BF78 (or 0x94BF78) is unknown color: approx Olivine. HEX triplet: 94, BF and 78. RGB value is (148,191,120). Sum of RGB (Red+Green+Blue) = 148+191+120=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF78 is #6B4087. Grayscale: #AAAAAA. Windows color (decimal): -7028872 or 7913364. OLE color: 7913364.

HSL color Cylindrical-coordinate representation of color #94BF78: hue angle of 96.34º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BF78 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB148191120-
CMYK0.2300.370.25
HSL96.34º35.68%60.98%-
HSV(B)96.34º37.17%74.9%-
XYZ34.2344.9124.63-
YUV170.0599.75112.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=32.24%
G=41.61%
B=26.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911200.2300.370.2596.3435.6860.98
Hex94BF78170251960243d
Octal22427717027045311404475
Binary10010100101111111111000101110100101110011100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,120); }

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

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

 a { background-color: rgb(148,191,120); }

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

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

 span { border-color: rgb(148,191,120); }

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