Html Css Color HEX #8DAD72 Olivine

📋 copy color: '#8DAD72'

red 141 ◦ green 173 ◦ blue 114

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

Shades of Olivine #8DAD72

Tints of Olivine #8DAD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 32.94%
G = 40.42%
B = 26.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#8DAD72 (or 0x8DAD72) is known color: Olivine. HEX triplet: 8D, AD and 72. RGB value is (141,173,114). Sum of RGB (Red+Green+Blue) = 141+173+114=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD72 is #72528D. Grayscale: #9C9C9C. Windows color (decimal): -7492238 or 7515533. OLE color: 7515533.

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

Color convert

RGB 141 173 114 -
CMYK 0.18 0 0.34 0.32
HSL 92.54º 0.26% 0.56% -
HSV(B) 92.54º 0.34% 0.68% -
XYZ 28.97 36.76 21.49 -
YUV 156.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 141 173 114 0.18 0 0.34 0.32 92.54 0.26 0.56
Hex 8D AD 72 12 0 22 20 5D 1A 38
Octal 215 255 162 22 0 42 40 135 32 70
Binary 10001101 10101101 1110010 10010 0 100010 100000 1011101 11010 111000

Color Harmonies of #8DAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD72

Black with #8DAD72

Text Example


Text Example

White with #8DAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,114); }

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

background-color css

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

 a { background-color: rgb(141,173,114); }

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

border-color css

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

 span { border-color: rgb(141,173,114); }

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