Html Css Color HEX #8DAF78 Olivine

📋 copy color: '#8DAF78'

red 141 ◦ green 175 ◦ blue 120

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

Shades of Olivine #8DAF78

Tints of Olivine #8DAF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 32.34%
G = 40.14%
B = 27.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#8DAF78 (or 0x8DAF78) is known color: Olivine. HEX triplet: 8D, AF and 78. RGB value is (141,175,120). Sum of RGB (Red+Green+Blue) = 141+175+120=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF78 is #725087. Grayscale: #9E9E9E. Windows color (decimal): -7491720 or 7909261. OLE color: 7909261.

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

Color convert

RGB 141 175 120 -
CMYK 0.19 0 0.31 0.31
HSL 97.09º 0.26% 0.58% -
HSV(B) 97.09º 0.31% 0.69% -
XYZ 29.7 37.68 23.48 -
YUV 158.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 141 175 120 0.19 0 0.31 0.31 97.09 0.26 0.58
Hex 8D AF 78 13 0 1F 1F 61 1A 3A
Octal 215 257 170 23 0 37 37 141 32 72
Binary 10001101 10101111 1111000 10011 0 11111 11111 1100001 11010 111010

Color Harmonies of #8DAF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF78

Black with #8DAF78

Text Example


Text Example

White with #8DAF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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