Html Css Color HEX #9BBB74 Olivine

📋 copy color: '#9BBB74'

red 155 ◦ green 187 ◦ blue 116

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

Shades of Olivine #9BBB74

Tints of Olivine #9BBB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.83%

 BLUE value IS 116 (45.7% from 255) = 25.33%

R = 33.84%
G = 40.83%
B = 25.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9BBB74 (or 0x9BBB74) is known color: Olivine. HEX triplet: 9B, BB and 74. RGB value is (155,187,116). Sum of RGB (Red+Green+Blue) = 155+187+116=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB74 is #64448B. Grayscale: #A9A9A9. Windows color (decimal): -6571148 or 7650203. OLE color: 7650203.

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

Color convert

RGB 155 187 116 -
CMYK 0.17 0 0.38 0.27
HSL 87.04º 0.34% 0.59% -
HSV(B) 87.04º 0.38% 0.73% -
XYZ 34.44 43.77 23.16 -
YUV 169.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 155 187 116 0.17 0 0.38 0.27 87.04 0.34 0.59
Hex 9B BB 74 11 0 26 1B 57 22 3B
Octal 233 273 164 21 0 46 33 127 42 73
Binary 10011011 10111011 1110100 10001 0 100110 11011 1010111 100010 111011

Color Harmonies of #9BBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB74

Black with #9BBB74

Text Example


Text Example

White with #9BBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,116); }

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

background-color css

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

 a { background-color: rgb(155,187,116); }

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

border-color css

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

 span { border-color: rgb(155,187,116); }

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