Html Css Color HEX #8BB575 Olivine

📋 copy color: '#8BB575'

red 139 ◦ green 181 ◦ blue 117

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

Shades of Olivine #8BB575

Tints of Olivine #8BB575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 31.81%
G = 41.42%
B = 26.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#8BB575 (or 0x8BB575) is known color: Olivine. HEX triplet: 8B, B5 and 75. RGB value is (139,181,117). Sum of RGB (Red+Green+Blue) = 139+181+117=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB575 is #744A8A. Grayscale: #A1A1A1. Windows color (decimal): -7621259 or 7714187. OLE color: 7714187.

HSL color Cylindrical-coordinate representation of color #8BB575: hue angle of 99.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BB575 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 181 117 -
CMYK 0.23 0 0.35 0.29
HSL 99.38º 0.3% 0.58% -
HSV(B) 99.38º 0.35% 0.71% -
XYZ 30.38 39.82 22.91 -
YUV 161.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 139 181 117 0.23 0 0.35 0.29 99.38 0.3 0.58
Hex 8B B5 75 17 0 23 1D 63 1E 3A
Octal 213 265 165 27 0 43 35 143 36 72
Binary 10001011 10110101 1110101 10111 0 100011 11101 1100011 11110 111010

Color Harmonies of #8BB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB575

Black with #8BB575

Text Example


Text Example

White with #8BB575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,181,117); }

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

background-color css

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

 a { background-color: rgb(139,181,117); }

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

border-color css

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

 span { border-color: rgb(139,181,117); }

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