Html Css Color HEX #8DA975 Olivine

📋 copy color: '#8DA975'

red 141 ◦ green 169 ◦ blue 117

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

Shades of Olivine #8DA975

Tints of Olivine #8DA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 33.02%
G = 39.58%
B = 27.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#8DA975 (or 0x8DA975) is known color: Olivine. HEX triplet: 8D, A9 and 75. RGB value is (141,169,117). Sum of RGB (Red+Green+Blue) = 141+169+117=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA975 is #72568A. Grayscale: #9A9A9A. Windows color (decimal): -7493259 or 7711117. OLE color: 7711117.

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

Color convert

RGB 141 169 117 -
CMYK 0.17 0 0.31 0.34
HSL 92.31º 0.23% 0.56% -
HSV(B) 92.31º 0.31% 0.66% -
XYZ 28.38 35.32 22.15 -
YUV 154.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 141 169 117 0.17 0 0.31 0.34 92.31 0.23 0.56
Hex 8D A9 75 11 0 1F 22 5C 17 38
Octal 215 251 165 21 0 37 42 134 27 70
Binary 10001101 10101001 1110101 10001 0 11111 100010 1011100 10111 111000

Color Harmonies of #8DA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA975

Black with #8DA975

Text Example


Text Example

White with #8DA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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