Html Css Color HEX #8DAC6F Olivine

📋 copy color: '#8DAC6F'

red 141 ◦ green 172 ◦ blue 111

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

Shades of Olivine #8DAC6F

Tints of Olivine #8DAC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 33.25%
G = 40.57%
B = 26.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#8DAC6F (or 0x8DAC6F) is known color: Olivine. HEX triplet: 8D, AC and 6F. RGB value is (141,172,111). Sum of RGB (Red+Green+Blue) = 141+172+111=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC6F is #725390. Grayscale: #9B9B9B. Windows color (decimal): -7492497 or 7318669. OLE color: 7318669.

HSL color Cylindrical-coordinate representation of color #8DAC6F: hue angle of 90.49º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DAC6F is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 172 111 -
CMYK 0.18 0 0.35 0.33
HSL 90.49º 0.27% 0.55% -
HSV(B) 90.49º 0.35% 0.67% -
XYZ 28.61 36.32 20.54 -
YUV 155.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 141 172 111 0.18 0 0.35 0.33 90.49 0.27 0.55
Hex 8D AC 6F 12 0 23 21 5A 1B 37
Octal 215 254 157 22 0 43 41 132 33 67
Binary 10001101 10101100 1101111 10010 0 100011 100001 1011010 11011 110111

Color Harmonies of #8DAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC6F

Black with #8DAC6F

Text Example


Text Example

White with #8DAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,172,111); }

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

background-color css

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

 a { background-color: rgb(141,172,111); }

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

border-color css

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

 span { border-color: rgb(141,172,111); }

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