#8DBE74

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

Shades of Olivine #8DBE74

Tints of Olivine #8DBE74

Color information

#8DBE74 (or 0x8DBE74) is unknown color: approx Olivine. HEX triplet: 8D, BE and 74. RGB value is (141,190,116). Sum of RGB (Red+Green+Blue) = 141+190+116=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE74 is #72418B. Grayscale: #A7A7A7. Windows color (decimal): -7487884 or 7650957. OLE color: 7650957.

HSL color Cylindrical-coordinate representation of color #8DBE74: hue angle of 99.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBE74 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB141190116-
CMYK0.2600.390.25
HSL99.73º36.27%60%-
HSV(B)99.73º38.95%74.51%-
XYZ32.5543.7523.25-
YUV166.9199.27109.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=31.54%
G=42.51%
B=25.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411901160.2600.390.2599.7336.2760
Hex8DBE741A0271964243c
Octal21527616432047311444474
Binary10001101101111101110100110100100111110011100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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