#8DB673

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

Shades of Olivine #8DB673

Tints of Olivine #8DB673

Color information

#8DB673 (or 0x8DB673) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 73. RGB value is (141,182,115). Sum of RGB (Red+Green+Blue) = 141+182+115=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB673 is #72498C. Grayscale: #A2A2A2. Windows color (decimal): -7489933 or 7583373. OLE color: 7583373.

HSL color Cylindrical-coordinate representation of color #8DB673: hue angle of 96.72º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DB673 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB141182115-
CMYK0.2300.370.29
HSL96.72º31.46%58.24%-
HSV(B)96.72º36.81%71.37%-
XYZ30.8140.3622.39-
YUV162.1101.42112.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=32.19%
G=41.55%
B=26.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821150.2300.370.2996.7231.4658.24
Hex8DB673170251D611f3a
Octal21526616327045351413772
Binary1000110110110110111001110111010010111101110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,115); }

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

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

 a { background-color: rgb(141,182,115); }

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

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

 span { border-color: rgb(141,182,115); }

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