Html Css Color HEX #9CC060 Olivine

📋 copy color: '#9CC060'

red 156 ◦ green 192 ◦ blue 96

#9CC060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9CC060

Tints of Olivine #9CC060

RGB

 RED value IS 156 (61.33% from 255) = 35.14%

 GREEN value IS 192 (75.39% from 255) = 43.24%

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 35.14%
G = 43.24%
B = 21.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#9CC060 (or 0x9CC060) is known color: Olivine. HEX triplet: 9C, C0 and 60. RGB value is (156,192,96). Sum of RGB (Red+Green+Blue) = 156+192+96=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC060 is #633F9F. Grayscale: #AAAAAA. Windows color (decimal): -6504352 or 6340764. OLE color: 6340764.

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

Color convert

RGB 156 192 96 -
CMYK 0.19 0 0.50 0.25
HSL 82.5º 0.43% 0.56% -
HSV(B) 82.5º 0.5% 0.75% -
XYZ 34.67 45.61 18.04 -
YUV 170.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 156 192 96 0.19 0 0.50 0.25 82.5 0.43 0.56
Hex 9C C0 60 13 0 32 19 52 2B 38
Octal 234 300 140 23 0 62 31 122 53 70
Binary 10011100 11000000 1100000 10011 0 110010 11001 1010010 101011 111000

Color Harmonies of #9CC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC060

Black with #9CC060

Text Example


Text Example

White with #9CC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CC060;
 }
 .AnyTagClassName
 {
   color: #9CC060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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