#94BF79

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

Shades of Olivine #94BF79

Tints of Olivine #94BF79

Color information

#94BF79 (or 0x94BF79) is unknown color: approx Olivine. HEX triplet: 94, BF and 79. RGB value is (148,191,121). Sum of RGB (Red+Green+Blue) = 148+191+121=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF79 is #6B4086. Grayscale: #AAAAAA. Windows color (decimal): -7028871 or 7978900. OLE color: 7978900.

HSL color Cylindrical-coordinate representation of color #94BF79: hue angle of 96.86º degrees, saturation: 0.35, 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 #94BF79 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB148191121-
CMYK0.2300.370.25
HSL96.86º35.35%61.18%-
HSV(B)96.86º36.65%74.9%-
XYZ34.2944.9424.96-
YUV170.16100.25112.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=32.17%
G=41.52%
B=26.30%

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
Decimal1481911210.2300.370.2596.8635.3561.18
Hex94BF79170251961233d
Octal22427717127045311414375
Binary10010100101111111111001101110100101110011100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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