Html Css Color HEX #8BB175 Olivine

📋 copy color: '#8BB175'

red 139 ◦ green 177 ◦ blue 117

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

Shades of Olivine #8BB175

Tints of Olivine #8BB175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

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

R = 32.1%
G = 40.88%
B = 27.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#8BB175 (or 0x8BB175) is known color: Olivine. HEX triplet: 8B, B1 and 75. RGB value is (139,177,117). Sum of RGB (Red+Green+Blue) = 139+177+117=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB175 is #744E8A. Grayscale: #9F9F9F. Windows color (decimal): -7622283 or 7713163. OLE color: 7713163.

HSL color Cylindrical-coordinate representation of color #8BB175: hue angle of 98º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BB175 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 177 117 -
CMYK 0.21 0 0.34 0.31
HSL 98º 0.28% 0.58% -
HSV(B) 98º 0.34% 0.69% -
XYZ 29.58 38.22 22.65 -
YUV 158.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 139 177 117 0.21 0 0.34 0.31 98 0.28 0.58
Hex 8B B1 75 15 0 22 1F 62 1C 3A
Octal 213 261 165 25 0 42 37 142 34 72
Binary 10001011 10110001 1110101 10101 0 100010 11111 1100010 11100 111010

Color Harmonies of #8BB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB175

Black with #8BB175

Text Example


Text Example

White with #8BB175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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