Html Css Color HEX #8DB479 Olivine

📋 copy color: '#8DB479'

red 141 ◦ green 180 ◦ blue 121

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

Shades of Olivine #8DB479

Tints of Olivine #8DB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 31.9%
G = 40.72%
B = 27.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#8DB479 (or 0x8DB479) is known color: Olivine. HEX triplet: 8D, B4 and 79. RGB value is (141,180,121). Sum of RGB (Red+Green+Blue) = 141+180+121=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB479 is #724B86. Grayscale: #A1A1A1. Windows color (decimal): -7490439 or 7976077. OLE color: 7976077.

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

Color convert

RGB 141 180 121 -
CMYK 0.22 0 0.33 0.29
HSL 99.66º 0.28% 0.59% -
HSV(B) 99.66º 0.33% 0.71% -
XYZ 30.76 39.69 24.13 -
YUV 161.61 105.08 113.3 -
System Red Green Blue C M Y K H S L
Decimal 141 180 121 0.22 0 0.33 0.29 99.66 0.28 0.59
Hex 8D B4 79 16 0 21 1D 64 1C 3B
Octal 215 264 171 26 0 41 35 144 34 73
Binary 10001101 10110100 1111001 10110 0 100001 11101 1100100 11100 111011

Color Harmonies of #8DB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB479

Black with #8DB479

Text Example


Text Example

White with #8DB479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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