Html Css Color HEX #8DA973 Olivine

📋 copy color: '#8DA973'

red 141 ◦ green 169 ◦ blue 115

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

Shades of Olivine #8DA973

Tints of Olivine #8DA973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

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

R = 33.18%
G = 39.76%
B = 27.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#8DA973 (or 0x8DA973) is known color: Olivine. HEX triplet: 8D, A9 and 73. RGB value is (141,169,115). Sum of RGB (Red+Green+Blue) = 141+169+115=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA973 is #72568C. Grayscale: #9A9A9A. Windows color (decimal): -7493261 or 7580045. OLE color: 7580045.

HSL color Cylindrical-coordinate representation of color #8DA973: hue angle of 91.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA973 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 169 115 -
CMYK 0.17 0 0.32 0.34
HSL 91.11º 0.24% 0.56% -
HSV(B) 91.11º 0.32% 0.66% -
XYZ 28.27 35.28 21.54 -
YUV 154.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 141 169 115 0.17 0 0.32 0.34 91.11 0.24 0.56
Hex 8D A9 73 11 0 20 22 5B 18 38
Octal 215 251 163 21 0 40 42 133 30 70
Binary 10001101 10101001 1110011 10001 0 100000 100010 1011011 11000 111000

Color Harmonies of #8DA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA973

Black with #8DA973

Text Example


Text Example

White with #8DA973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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