#9CCF6C

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

Shades of Olivine #9CCF6C

Tints of Olivine #9CCF6C

Color information

#9CCF6C (or 0x9CCF6C) is unknown color: approx Olivine. HEX triplet: 9C, CF and 6C. RGB value is (156,207,108). Sum of RGB (Red+Green+Blue) = 156+207+108=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF6C is #633093. Grayscale: #B4B4B4. Windows color (decimal): -6500500 or 7131036. OLE color: 7131036.

HSL color Cylindrical-coordinate representation of color #9CCF6C: hue angle of 90.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CCF6C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB156207108-
CMYK0.2500.480.19
HSL90.91º50.77%61.76%-
HSV(B)90.91º47.83%81.18%-
XYZ38.7352.7822.33-
YUV180.4687.1110.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=33.12%
G=43.95%
B=22.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562071080.2500.480.1990.9150.7761.76
Hex9CCF6C19030135b333e
Octal23431715431060231336376
Binary10011100110011111101100110010110000100111011011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,108); }

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

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

 a { background-color: rgb(156,207,108); }

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

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

 span { border-color: rgb(156,207,108); }

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