#99C968

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

Shades of Olivine #99C968

Tints of Olivine #99C968

Color information

#99C968 (or 0x99C968) is unknown color: approx Olivine. HEX triplet: 99, C9 and 68. RGB value is (153,201,104). Sum of RGB (Red+Green+Blue) = 153+201+104=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #99C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C968 is #663697. Grayscale: #AFAFAF. Windows color (decimal): -6698648 or 6867353. OLE color: 6867353.

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

Color convert

RGB153201104-
CMYK0.2400.480.21
HSL89.69º47.32%59.8%-
HSV(B)89.69º48.26%78.82%-
XYZ36.5249.5520.73-
YUV175.5987.6111.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=33.41%
G=43.89%
B=22.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532011040.2400.480.2189.6947.3259.8
Hex99C96818030155a2f3c
Octal23131115030060251325774
Binary10011001110010011101000110000110000101011011010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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