#94CA72

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

Shades of Olivine #94CA72

Tints of Olivine #94CA72

Color information

#94CA72 (or 0x94CA72) is unknown color: approx Olivine. HEX triplet: 94, CA and 72. RGB value is (148,202,114). Sum of RGB (Red+Green+Blue) = 148+202+114=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA72 is #6B358D. Grayscale: #B0B0B0. Windows color (decimal): -7026062 or 7522964. OLE color: 7522964.

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

Color convert

RGB148202114-
CMYK0.2700.440.21
HSL96.82º45.36%61.96%-
HSV(B)96.82º43.56%79.22%-
XYZ36.3749.7523.61-
YUV175.8293.11108.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=31.90%
G=43.53%
B=24.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021140.2700.440.2196.8245.3661.96
Hex94CA721B02C15612d3e
Octal22431216233054251415576
Binary10010100110010101110010110110101100101011100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,114); }

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

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

 a { background-color: rgb(148,202,114); }

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

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

 span { border-color: rgb(148,202,114); }

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