Html Css Color HEX #8BBB71 Olivine

📋 copy color: '#8BBB71'

red 139 ◦ green 187 ◦ blue 113

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

Shades of Olivine #8BBB71

Tints of Olivine #8BBB71

RGB

 RED value IS 139 (54.69% from 255) = 31.66%

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

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 31.66%
G = 42.6%
B = 25.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#8BBB71 (or 0x8BBB71) is known color: Olivine. HEX triplet: 8B, BB and 71. RGB value is (139,187,113). Sum of RGB (Red+Green+Blue) = 139+187+113=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB71 is #74448E. Grayscale: #A4A4A4. Windows color (decimal): -7619727 or 7453579. OLE color: 7453579.

HSL color Cylindrical-coordinate representation of color #8BBB71: hue angle of 98.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBB71 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 187 113 -
CMYK 0.26 0 0.40 0.27
HSL 98.92º 0.35% 0.59% -
HSV(B) 98.92º 0.4% 0.73% -
XYZ 31.4 42.22 22.12 -
YUV 164.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 139 187 113 0.26 0 0.40 0.27 98.92 0.35 0.59
Hex 8B BB 71 1A 0 28 1B 63 23 3B
Octal 213 273 161 32 0 50 33 143 43 73
Binary 10001011 10111011 1110001 11010 0 101000 11011 1100011 100011 111011

Color Harmonies of #8BBB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBB71

Black with #8BBB71

Text Example


Text Example

White with #8BBB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BBB71; }

 p { color: rgb(139,187,113); }

 H1.HeaderClassName
 {
   color: #8BBB71;
 }
 .AnyTagClassName
 {
   color: #8BBB71;
 }
</style>

background-color css

<style>
 a { background-color: #8BBB71; }

 a { background-color: rgb(139,187,113); }

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

border-color css

<style>
 span { border-color: #8BBB71; }

 span { border-color: rgb(139,187,113); }

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