Html Css Color HEX #8BB075 Olivine

📋 copy color: '#8BB075'

red 139 ◦ green 176 ◦ blue 117

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

Shades of Olivine #8BB075

Tints of Olivine #8BB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.74%

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

R = 32.18%
G = 40.74%
B = 27.08%

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

#8BB075 (or 0x8BB075) is known color: Olivine. HEX triplet: 8B, B0 and 75. RGB value is (139,176,117). Sum of RGB (Red+Green+Blue) = 139+176+117=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB075 is #744F8A. Grayscale: #9E9E9E. Windows color (decimal): -7622539 or 7712907. OLE color: 7712907.

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

Color convert

RGB 139 176 117 -
CMYK 0.21 0 0.34 0.31
HSL 97.63º 0.27% 0.57% -
HSV(B) 97.63º 0.34% 0.69% -
XYZ 29.38 37.82 22.58 -
YUV 158.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 139 176 117 0.21 0 0.34 0.31 97.63 0.27 0.57
Hex 8B B0 75 15 0 22 1F 62 1B 39
Octal 213 260 165 25 0 42 37 142 33 71
Binary 10001011 10110000 1110101 10101 0 100010 11111 1100010 11011 111001

Color Harmonies of #8BB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB075

Black with #8BB075

Text Example


Text Example

White with #8BB075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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