Html Css Color HEX #8DAF73 Olivine

📋 copy color: '#8DAF73'

red 141 ◦ green 175 ◦ blue 115

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

Shades of Olivine #8DAF73

Tints of Olivine #8DAF73

RGB

 RED value IS 141 (55.47% from 255) = 32.71%

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

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

R = 32.71%
G = 40.6%
B = 26.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#8DAF73 (or 0x8DAF73) is known color: Olivine. HEX triplet: 8D, AF and 73. RGB value is (141,175,115). Sum of RGB (Red+Green+Blue) = 141+175+115=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF73 is #72508C. Grayscale: #9E9E9E. Windows color (decimal): -7491725 or 7581581. OLE color: 7581581.

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

Color convert

RGB 141 175 115 -
CMYK 0.19 0 0.34 0.31
HSL 94º 0.27% 0.57% -
HSV(B) 94º 0.34% 0.69% -
XYZ 29.41 37.56 21.92 -
YUV 157.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 141 175 115 0.19 0 0.34 0.31 94 0.27 0.57
Hex 8D AF 73 13 0 22 1F 5E 1B 39
Octal 215 257 163 23 0 42 37 136 33 71
Binary 10001101 10101111 1110011 10011 0 100010 11111 1011110 11011 111001

Color Harmonies of #8DAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF73

Black with #8DAF73

Text Example


Text Example

White with #8DAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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