#8DBF6D

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

Shades of Olivine #8DBF6D

Tints of Olivine #8DBF6D

Color information

#8DBF6D (or 0x8DBF6D) is unknown color: approx Olivine. HEX triplet: 8D, BF and 6D. RGB value is (141,191,109). Sum of RGB (Red+Green+Blue) = 141+191+109=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF6D is #724092. Grayscale: #A6A6A6. Windows color (decimal): -7487635 or 7192461. OLE color: 7192461.

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

Color convert

RGB141191109-
CMYK0.2600.430.25
HSL96.59º39.05%58.82%-
HSV(B)96.59º42.93%74.9%-
XYZ32.3844.0321.26-
YUV166.795.44109.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=31.97%
G=43.31%
B=24.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411911090.2600.430.2596.5939.0558.82
Hex8DBF6D1A02B1961273b
Octal21527715532053311414773
Binary10001101101111111101101110100101011110011100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,191,109); }

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

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

 a { background-color: rgb(141,191,109); }

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

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

 span { border-color: rgb(141,191,109); }

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