#9CC664

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

Shades of Olivine #9CC664

Tints of Olivine #9CC664

Color information

#9CC664 (or 0x9CC664) is unknown color: approx Olivine. HEX triplet: 9C, C6 and 64. RGB value is (156,198,100). Sum of RGB (Red+Green+Blue) = 156+198+100=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC664 is #63399B. Grayscale: #AEAEAE. Windows color (decimal): -6502812 or 6604444. OLE color: 6604444.

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

Color convert

RGB156198100-
CMYK0.2100.490.22
HSL85.71º46.23%58.43%-
HSV(B)85.71º49.49%77.65%-
XYZ36.248.3819.49-
YUV174.2786.09114.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=34.36%
G=43.61%
B=22.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561981000.2100.490.2285.7146.2358.43
Hex9CC6641503116562e3a
Octal23430614425061261265672
Binary10011100110001101100100101010110001101101010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,198,100); }

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

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

 a { background-color: rgb(156,198,100); }

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

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

 span { border-color: rgb(156,198,100); }

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