#99CA70

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

Shades of Olivine #99CA70

Tints of Olivine #99CA70

Color information

#99CA70 (or 0x99CA70) is unknown color: approx Olivine. HEX triplet: 99, CA and 70. RGB value is (153,202,112). Sum of RGB (Red+Green+Blue) = 153+202+112=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA70 is #66358F. Grayscale: #B1B1B1. Windows color (decimal): -6698384 or 7391897. OLE color: 7391897.

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

Color convert

RGB153202112-
CMYK0.2400.450.21
HSL92.67º45.92%61.57%-
HSV(B)92.67º44.55%79.22%-
XYZ37.1850.1823.06-
YUV177.0991.27110.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=32.76%
G=43.25%
B=23.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021120.2400.450.2192.6745.9261.57
Hex99CA701802D155d2e3e
Octal23131216030055251355676
Binary10011001110010101110000110000101101101011011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,112); }

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

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

 a { background-color: rgb(153,202,112); }

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

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

 span { border-color: rgb(153,202,112); }

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