#99CD6A

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

Shades of Olivine #99CD6A

Tints of Olivine #99CD6A

Color information

#99CD6A (or 0x99CD6A) is unknown color: approx Olivine. HEX triplet: 99, CD and 6A. RGB value is (153,205,106). Sum of RGB (Red+Green+Blue) = 153+205+106=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD6A is #663295. Grayscale: #B2B2B2. Windows color (decimal): -6697622 or 6999449. OLE color: 6999449.

HSL color Cylindrical-coordinate representation of color #99CD6A: hue angle of 91.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99CD6A is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB153205106-
CMYK0.2500.480.20
HSL91.52º49.75%60.98%-
HSV(B)91.52º48.29%80.39%-
XYZ37.5751.4821.59-
YUV178.1787.27110.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=32.97%
G=44.18%
B=22.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051060.2500.480.2091.5249.7560.98
Hex99CD6A19030145c323d
Octal23131515231060241346275
Binary10011001110011011101010110010110000101001011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,106); }

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

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

 a { background-color: rgb(153,205,106); }

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

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

 span { border-color: rgb(153,205,106); }

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