#9CCB68

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

Shades of Olivine #9CCB68

Tints of Olivine #9CCB68

Color information

#9CCB68 (or 0x9CCB68) is unknown color: approx Olivine. HEX triplet: 9C, CB and 68. RGB value is (156,203,104). Sum of RGB (Red+Green+Blue) = 156+203+104=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB68 is #633497. Grayscale: #B2B2B2. Windows color (decimal): -6501528 or 6867868. OLE color: 6867868.

HSL color Cylindrical-coordinate representation of color #9CCB68: hue angle of 88.48º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CCB68 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB156203104-
CMYK0.2300.490.20
HSL88.48º48.77%60.2%-
HSV(B)88.48º48.77%79.61%-
XYZ37.5650.7820.92-
YUV177.6686.43112.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=33.69%
G=43.84%
B=22.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031040.2300.490.2088.4848.7760.2
Hex9CCB68170311458313c
Octal23431315027061241306174
Binary10011100110010111101000101110110001101001011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,104); }

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

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

 a { background-color: rgb(156,203,104); }

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

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

 span { border-color: rgb(156,203,104); }

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