Html Css Color HEX #8DB476 Olivine

📋 copy color: '#8DB476'

red 141 ◦ green 180 ◦ blue 118

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

Shades of Olivine #8DB476

Tints of Olivine #8DB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 32.12%
G = 41%
B = 26.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#8DB476 (or 0x8DB476) is known color: Olivine. HEX triplet: 8D, B4 and 76. RGB value is (141,180,118). Sum of RGB (Red+Green+Blue) = 141+180+118=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB476 is #724B89. Grayscale: #A1A1A1. Windows color (decimal): -7490442 or 7779469. OLE color: 7779469.

HSL color Cylindrical-coordinate representation of color #8DB476: hue angle of 97.74º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB476 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 118 -
CMYK 0.22 0 0.34 0.29
HSL 97.74º 0.29% 0.58% -
HSV(B) 97.74º 0.34% 0.71% -
XYZ 30.58 39.61 23.17 -
YUV 161.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 141 180 118 0.22 0 0.34 0.29 97.74 0.29 0.58
Hex 8D B4 76 16 0 22 1D 62 1D 3A
Octal 215 264 166 26 0 42 35 142 35 72
Binary 10001101 10110100 1110110 10110 0 100010 11101 1100010 11101 111010

Color Harmonies of #8DB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB476

Black with #8DB476

Text Example


Text Example

White with #8DB476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,118); }

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

background-color css

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

 a { background-color: rgb(141,180,118); }

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

border-color css

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

 span { border-color: rgb(141,180,118); }

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