Html Css Color HEX #9BBE70 Olivine

📋 copy color: '#9BBE70'

red 155 ◦ green 190 ◦ blue 112

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

Shades of Olivine #9BBE70

Tints of Olivine #9BBE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

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

R = 33.92%
G = 41.58%
B = 24.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#9BBE70 (or 0x9BBE70) is known color: Olivine. HEX triplet: 9B, BE and 70. RGB value is (155,190,112). Sum of RGB (Red+Green+Blue) = 155+190+112=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE70 is #64418F. Grayscale: #AAAAAA. Windows color (decimal): -6570384 or 7388827. OLE color: 7388827.

HSL color Cylindrical-coordinate representation of color #9BBE70: hue angle of 86.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BBE70 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 112 -
CMYK 0.18 0 0.41 0.25
HSL 86.92º 0.38% 0.59% -
HSV(B) 86.92º 0.41% 0.75% -
XYZ 34.86 44.97 22.17 -
YUV 170.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 155 190 112 0.18 0 0.41 0.25 86.92 0.38 0.59
Hex 9B BE 70 12 0 29 19 57 26 3B
Octal 233 276 160 22 0 51 31 127 46 73
Binary 10011011 10111110 1110000 10010 0 101001 11001 1010111 100110 111011

Color Harmonies of #9BBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE70

Black with #9BBE70

Text Example


Text Example

White with #9BBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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