#8DBA70

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

Shades of Olivine #8DBA70

Tints of Olivine #8DBA70

Color information

#8DBA70 (or 0x8DBA70) is unknown color: approx Olivine. HEX triplet: 8D, BA and 70. RGB value is (141,186,112). Sum of RGB (Red+Green+Blue) = 141+186+112=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA70 is #72458F. Grayscale: #A4A4A4. Windows color (decimal): -7488912 or 7387789. OLE color: 7387789.

HSL color Cylindrical-coordinate representation of color #8DBA70: hue angle of 96.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBA70 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB141186112-
CMYK0.2400.400.27
HSL96.49º34.91%58.43%-
HSV(B)96.49º39.78%72.94%-
XYZ31.4741.9521.77-
YUV164.1198.59111.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=32.12%
G=42.37%
B=25.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861120.2400.400.2796.4934.9158.43
Hex8DBA70180281B60233a
Octal21527216030050331404372
Binary10001101101110101110000110000101000110111100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,112); }

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

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

 a { background-color: rgb(141,186,112); }

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

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

 span { border-color: rgb(141,186,112); }

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