#94BF71

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

Shades of Olivine #94BF71

Tints of Olivine #94BF71

Color information

#94BF71 (or 0x94BF71) is unknown color: approx Olivine. HEX triplet: 94, BF and 71. RGB value is (148,191,113). Sum of RGB (Red+Green+Blue) = 148+191+113=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF71 is #6B408E. Grayscale: #A9A9A9. Windows color (decimal): -7028879 or 7454612. OLE color: 7454612.

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

Color convert

RGB148191113-
CMYK0.2300.410.25
HSL93.08º37.86%59.61%-
HSV(B)93.08º40.84%74.9%-
XYZ33.8244.7522.48-
YUV169.2596.25112.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 113 (44.53% from 255) = 25%
R=32.74%
G=42.26%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911130.2300.410.2593.0837.8659.61
Hex94BF7117029195d263c
Octal22427716127051311354674
Binary10010100101111111110001101110101001110011011101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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