#9CC062

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

Shades of Olivine #9CC062

Tints of Olivine #9CC062

Color information

#9CC062 (or 0x9CC062) is unknown color: approx Olivine. HEX triplet: 9C, C0 and 62. RGB value is (156,192,98). Sum of RGB (Red+Green+Blue) = 156+192+98=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC062 is #633F9D. Grayscale: #AAAAAA. Windows color (decimal): -6504350 or 6471836. OLE color: 6471836.

HSL color Cylindrical-coordinate representation of color #9CC062: hue angle of 82.98º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CC062 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB15619298-
CMYK0.1900.490.25
HSL82.98º42.73%56.86%-
HSV(B)82.98º48.96%75.29%-
XYZ34.7645.6518.53-
YUV170.5287.07117.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=34.98%
G=43.05%
B=21.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156192980.1900.490.2582.9842.7356.86
Hex9CC0621303119532b39
Octal23430014223061311235371
Binary10011100110000001100010100110110001110011010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,98); }

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

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

 a { background-color: rgb(156,192,98); }

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

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

 span { border-color: rgb(156,192,98); }

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