#8DA374

Color #8DA374 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8DA374

Tints of Olivine #8DA374

Color information

#8DA374 (or 0x8DA374) is unknown color: approx Olivine. HEX triplet: 8D, A3 and 74. RGB value is (141,163,116). Sum of RGB (Red+Green+Blue) = 141+163+116=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA374 is #725C8B. Grayscale: #979797. Windows color (decimal): -7494796 or 7644045. OLE color: 7644045.

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

Color convert

RGB141163116-
CMYK0.1300.290.36
HSL88.09º20.35%54.71%-
HSV(B)88.09º28.83%63.92%-
XYZ27.2333.1221.48-
YUV151.06108.21120.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=33.57%
G=38.81%
B=27.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411631160.1300.290.3688.0920.3554.71
Hex8DA374D01D24581437
Octal21524316415035441302467
Binary100011011010001111101001101011101100100101100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,116); }

 H1.HeaderClassName
 {
   color: #8DA374;
 }
 .AnyTagClassName
 {
   color: #8DA374;
 }
</style>
background-color css

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

 a { background-color: rgb(141,163,116); }

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

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

 span { border-color: rgb(141,163,116); }

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