#8DB478

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

Shades of Olivine #8DB478

Tints of Olivine #8DB478

Color information

#8DB478 (or 0x8DB478) is unknown color: approx Olivine. HEX triplet: 8D, B4 and 78. RGB value is (141,180,120). Sum of RGB (Red+Green+Blue) = 141+180+120=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB478 is #724B87. Grayscale: #A1A1A1. Windows color (decimal): -7490440 or 7910541. OLE color: 7910541.

HSL color Cylindrical-coordinate representation of color #8DB478: hue angle of 99º degrees, saturation: 0.29, 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 #8DB478 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB141180120-
CMYK0.2200.330.29
HSL99º28.57%58.82%-
HSV(B)99º33.33%70.59%-
XYZ30.739.6623.81-
YUV161.5104.58113.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=31.97%
G=40.82%
B=27.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801200.2200.330.299928.5758.82
Hex8DB478160211D631d3b
Octal21526417026041351433573
Binary1000110110110100111100010110010000111101110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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