#99C674

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

Shades of Olivine #99C674

Tints of Olivine #99C674

Color information

#99C674 (or 0x99C674) is unknown color: approx Olivine. HEX triplet: 99, C6 and 74. RGB value is (153,198,116). Sum of RGB (Red+Green+Blue) = 153+198+116=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #99C674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C674 is #66398B. Grayscale: #AFAFAF. Windows color (decimal): -6699404 or 7653017. OLE color: 7653017.

HSL color Cylindrical-coordinate representation of color #99C674: hue angle of 92.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99C674 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB153198116-
CMYK0.2300.410.22
HSL92.93º41.84%61.57%-
HSV(B)92.93º41.41%77.65%-
XYZ36.4848.4223.95-
YUV175.294.59112.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=32.76%
G=42.40%
B=24.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531981160.2300.410.2292.9341.8461.57
Hex99C67417029165d2a3e
Octal23130616427051261355276
Binary10011001110001101110100101110101001101101011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C674; }

 p { color: rgb(153,198,116); }

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

<style>
 a { background-color: #99C674; }

 a { background-color: rgb(153,198,116); }

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

<style>
 span { border-color: #99C674; }

 span { border-color: rgb(153,198,116); }

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