Html Css Color HEX #8BAF73 Olivine

📋 copy color: '#8BAF73'

red 139 ◦ green 175 ◦ blue 115

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

Shades of Olivine #8BAF73

Tints of Olivine #8BAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.79%

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 32.4%
G = 40.79%
B = 26.81%

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

#8BAF73 (or 0x8BAF73) is known color: Olivine. HEX triplet: 8B, AF and 73. RGB value is (139,175,115). Sum of RGB (Red+Green+Blue) = 139+175+115=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF73 is #74508C. Grayscale: #9D9D9D. Windows color (decimal): -7622797 or 7581579. OLE color: 7581579.

HSL color Cylindrical-coordinate representation of color #8BAF73: hue angle of 96º 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 #8BAF73 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 115 -
CMYK 0.21 0 0.34 0.31
HSL 96º 0.27% 0.57% -
HSV(B) 96º 0.34% 0.69% -
XYZ 29.07 37.39 21.9 -
YUV 157.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 139 175 115 0.21 0 0.34 0.31 96 0.27 0.57
Hex 8B AF 73 15 0 22 1F 60 1B 39
Octal 213 257 163 25 0 42 37 140 33 71
Binary 10001011 10101111 1110011 10101 0 100010 11111 1100000 11011 111001

Color Harmonies of #8BAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF73

Black with #8BAF73

Text Example


Text Example

White with #8BAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,115); }

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

background-color css

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

 a { background-color: rgb(139,175,115); }

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

border-color css

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

 span { border-color: rgb(139,175,115); }

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