Html Css Color HEX #8BB76B Olivine

📋 copy color: '#8BB76B'

red 139 ◦ green 183 ◦ blue 107

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

Shades of Olivine #8BB76B

Tints of Olivine #8BB76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 32.4%
G = 42.66%
B = 24.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#8BB76B (or 0x8BB76B) is known color: Olivine. HEX triplet: 8B, B7 and 6B. RGB value is (139,183,107). Sum of RGB (Red+Green+Blue) = 139+183+107=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB76B is #744894. Grayscale: #A1A1A1. Windows color (decimal): -7620757 or 7059339. OLE color: 7059339.

HSL color Cylindrical-coordinate representation of color #8BB76B: hue angle of 94.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BB76B is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 183 107 -
CMYK 0.24 0 0.42 0.28
HSL 94.74º 0.35% 0.57% -
HSV(B) 94.74º 0.42% 0.72% -
XYZ 30.23 40.42 20.12 -
YUV 161.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 139 183 107 0.24 0 0.42 0.28 94.74 0.35 0.57
Hex 8B B7 6B 18 0 2A 1C 5F 23 39
Octal 213 267 153 30 0 52 34 137 43 71
Binary 10001011 10110111 1101011 11000 0 101010 11100 1011111 100011 111001

Color Harmonies of #8BB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB76B

Black with #8BB76B

Text Example


Text Example

White with #8BB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,183,107); }

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

background-color css

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

 a { background-color: rgb(139,183,107); }

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

border-color css

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

 span { border-color: rgb(139,183,107); }

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