#8DA277

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

Shades of Olivine #8DA277

Tints of Olivine #8DA277

Color information

#8DA277 (or 0x8DA277) is unknown color: approx Olivine. HEX triplet: 8D, A2 and 77. RGB value is (141,162,119). Sum of RGB (Red+Green+Blue) = 141+162+119=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA277 is #725D88. Grayscale: #969696. Windows color (decimal): -7495049 or 7840397. OLE color: 7840397.

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

Color convert

RGB141162119-
CMYK0.1300.270.36
HSL89.3º18.78%55.1%-
HSV(B)89.3º26.54%63.53%-
XYZ27.2332.8422.36-
YUV150.82110.04121-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=33.41%
G=38.39%
B=28.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621190.1300.270.3689.318.7855.1
Hex8DA277D01B24591337
Octal21524216715033441312367
Binary100011011010001011101111101011011100100101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,119); }

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

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

 a { background-color: rgb(141,162,119); }

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

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

 span { border-color: rgb(141,162,119); }

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