#9CC769

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

Shades of Olivine #9CC769

Tints of Olivine #9CC769

Color information

#9CC769 (or 0x9CC769) is unknown color: approx Olivine. HEX triplet: 9C, C7 and 69. RGB value is (156,199,105). Sum of RGB (Red+Green+Blue) = 156+199+105=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC769 is #633896. Grayscale: #AFAFAF. Windows color (decimal): -6502551 or 6932380. OLE color: 6932380.

HSL color Cylindrical-coordinate representation of color #9CC769: hue angle of 87.45º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CC769 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB156199105-
CMYK0.2200.470.22
HSL87.45º45.63%59.61%-
HSV(B)87.45º47.24%78.04%-
XYZ36.6848.9320.88-
YUV175.4388.25114.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 199 (78.12% from 255) = 43.26%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=33.91%
G=43.26%
B=22.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561991050.2200.470.2287.4545.6359.61
Hex9CC7691602F16572e3c
Octal23430715126057261275674
Binary10011100110001111101001101100101111101101010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CC769; }

 p { color: rgb(156,199,105); }

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

<style>
 a { background-color: #9CC769; }

 a { background-color: rgb(156,199,105); }

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

<style>
 span { border-color: #9CC769; }

 span { border-color: rgb(156,199,105); }

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