Html Css Color HEX #9BB970 Olivine

📋 copy color: '#9BB970'

red 155 ◦ green 185 ◦ blue 112

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

Shades of Olivine #9BB970

Tints of Olivine #9BB970

RGB

 RED value IS 155 (60.94% from 255) = 34.29%

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

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

R = 34.29%
G = 40.93%
B = 24.78%

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

#9BB970 (or 0x9BB970) is known color: Olivine. HEX triplet: 9B, B9 and 70. RGB value is (155,185,112). Sum of RGB (Red+Green+Blue) = 155+185+112=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB970 is #64468F. Grayscale: #A7A7A7. Windows color (decimal): -6571664 or 7387547. OLE color: 7387547.

HSL color Cylindrical-coordinate representation of color #9BB970: hue angle of 84.66º 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 #9BB970 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 112 -
CMYK 0.16 0 0.39 0.27
HSL 84.66º 0.34% 0.58% -
HSV(B) 84.66º 0.39% 0.73% -
XYZ 33.79 42.84 21.82 -
YUV 167.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 155 185 112 0.16 0 0.39 0.27 84.66 0.34 0.58
Hex 9B B9 70 10 0 27 1B 55 22 3A
Octal 233 271 160 20 0 47 33 125 42 72
Binary 10011011 10111001 1110000 10000 0 100111 11011 1010101 100010 111010

Color Harmonies of #9BB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB970

Black with #9BB970

Text Example


Text Example

White with #9BB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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