Html Css Color HEX #9CB370 Olivine

📋 copy color: '#9CB370'

red 156 ◦ green 179 ◦ blue 112

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

Shades of Olivine #9CB370

Tints of Olivine #9CB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 34.9%
G = 40.04%
B = 25.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#9CB370 (or 0x9CB370) is known color: Olivine. HEX triplet: 9C, B3 and 70. RGB value is (156,179,112). Sum of RGB (Red+Green+Blue) = 156+179+112=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB370 is #634C8F. Grayscale: #A4A4A4. Windows color (decimal): -6507664 or 7386012. OLE color: 7386012.

HSL color Cylindrical-coordinate representation of color #9CB370: hue angle of 80.6º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CB370 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 112 -
CMYK 0.13 0 0.37 0.30
HSL 80.6º 0.31% 0.57% -
HSV(B) 80.6º 0.37% 0.7% -
XYZ 32.76 40.48 21.42 -
YUV 164.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 156 179 112 0.13 0 0.37 0.30 80.6 0.31 0.57
Hex 9C B3 70 D 0 25 1E 51 1F 39
Octal 234 263 160 15 0 45 36 121 37 71
Binary 10011100 10110011 1110000 1101 0 100101 11110 1010001 11111 111001

Color Harmonies of #9CB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB370

Black with #9CB370

Text Example


Text Example

White with #9CB370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,112); }

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

background-color css

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

 a { background-color: rgb(156,179,112); }

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

border-color css

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

 span { border-color: rgb(156,179,112); }

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