#99CE68

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

Shades of Olivine #99CE68

Tints of Olivine #99CE68

Color information

#99CE68 (or 0x99CE68) is unknown color: approx Olivine. HEX triplet: 99, CE and 68. RGB value is (153,206,104). Sum of RGB (Red+Green+Blue) = 153+206+104=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE68 is #663197. Grayscale: #B2B2B2. Windows color (decimal): -6697368 or 6868633. OLE color: 6868633.

HSL color Cylindrical-coordinate representation of color #99CE68: hue angle of 91.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99CE68 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB153206104-
CMYK0.2600.500.19
HSL91.18º51%60.78%-
HSV(B)91.18º49.51%80.78%-
XYZ37.7151.9121.13-
YUV178.5285.94109.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=33.05%
G=44.49%
B=22.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061040.2600.500.1991.185160.78
Hex99CE681A032135b333d
Octal23131615032062231336375
Binary10011001110011101101000110100110010100111011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,206,104); }

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

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

 a { background-color: rgb(153,206,104); }

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

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

 span { border-color: rgb(153,206,104); }

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