#99CA6E

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

Shades of Olivine #99CA6E

Tints of Olivine #99CA6E

Color information

#99CA6E (or 0x99CA6E) is unknown color: approx Olivine. HEX triplet: 99, CA and 6E. RGB value is (153,202,110). Sum of RGB (Red+Green+Blue) = 153+202+110=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA6E is #663591. Grayscale: #B1B1B1. Windows color (decimal): -6698386 or 7260825. OLE color: 7260825.

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

Color convert

RGB153202110-
CMYK0.2400.460.21
HSL91.96º46.46%61.18%-
HSV(B)91.96º45.54%79.22%-
XYZ37.0750.1422.48-
YUV176.8690.27110.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=32.90%
G=43.44%
B=23.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021100.2400.460.2191.9646.4661.18
Hex99CA6E1802E155c2e3d
Octal23131215630056251345675
Binary10011001110010101101110110000101110101011011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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