Html Css Color HEX #8DA477 Olivine

📋 copy color: '#8DA477'

red 141 ◦ green 164 ◦ blue 119

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

Shades of Olivine #8DA477

Tints of Olivine #8DA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 33.25%
G = 38.68%
B = 28.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#8DA477 (or 0x8DA477) is known color: Olivine. HEX triplet: 8D, A4 and 77. RGB value is (141,164,119). Sum of RGB (Red+Green+Blue) = 141+164+119=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA477 is #725B88. Grayscale: #989898. Windows color (decimal): -7494537 or 7840909. OLE color: 7840909.

HSL color Cylindrical-coordinate representation of color #8DA477: hue angle of 90.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA477 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 164 119 -
CMYK 0.14 0 0.27 0.36
HSL 90.67º 0.2% 0.55% -
HSV(B) 90.67º 0.27% 0.64% -
XYZ 27.59 33.55 22.47 -
YUV 151.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 141 164 119 0.14 0 0.27 0.36 90.67 0.2 0.55
Hex 8D A4 77 E 0 1B 24 5B 14 37
Octal 215 244 167 16 0 33 44 133 24 67
Binary 10001101 10100100 1110111 1110 0 11011 100100 1011011 10100 110111

Color Harmonies of #8DA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA477

Black with #8DA477

Text Example


Text Example

White with #8DA477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,164,119); }

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

background-color css

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

 a { background-color: rgb(141,164,119); }

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

border-color css

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

 span { border-color: rgb(141,164,119); }

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