Html Css Color HEX #9CB970 Olivine

📋 copy color: '#9CB970'

red 156 ◦ green 185 ◦ blue 112

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

Shades of Olivine #9CB970

Tints of Olivine #9CB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

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

R = 34.44%
G = 40.84%
B = 24.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9CB970 (or 0x9CB970) is known color: Olivine. HEX triplet: 9C, B9 and 70. RGB value is (156,185,112). Sum of RGB (Red+Green+Blue) = 156+185+112=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB970 is #63468F. Grayscale: #A8A8A8. Windows color (decimal): -6506128 or 7387548. OLE color: 7387548.

HSL color Cylindrical-coordinate representation of color #9CB970: hue angle of 83.84º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB970 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 112 -
CMYK 0.16 0 0.39 0.27
HSL 83.84º 0.34% 0.58% -
HSV(B) 83.84º 0.39% 0.73% -
XYZ 33.98 42.94 21.83 -
YUV 168.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 156 185 112 0.16 0 0.39 0.27 83.84 0.34 0.58
Hex 9C B9 70 10 0 27 1B 54 22 3A
Octal 234 271 160 20 0 47 33 124 42 72
Binary 10011100 10111001 1110000 10000 0 100111 11011 1010100 100010 111010

Color Harmonies of #9CB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB970

Black with #9CB970

Text Example


Text Example

White with #9CB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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