#6E830F

Color #6E830F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6E830F

Tints of Olive Drab #6E830F

Color information

#6E830F (or 0x6E830F) is unknown color: approx Olive Drab. HEX triplet: 6E, 83 and 0F. RGB value is (110,131,15). Sum of RGB (Red+Green+Blue) = 110+131+15=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #6E830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E830F is #917CF0. Grayscale: #6F6F6F. Windows color (decimal): -9534705 or 1016686. OLE color: 1016686.

HSL color Cylindrical-coordinate representation of color #6E830F: hue angle of 70.86º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E830F is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB11013115-
CMYK0.1600.890.49
HSL70.86º79.45%28.63%-
HSV(B)70.86º88.55%51.37%-
XYZ14.6319.583.46-
YUV111.573.54126.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=42.97%
G=51.17%
B=5.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131150.1600.890.4970.8679.4528.63
Hex6E83F1005931474f1d
Octal156203172001316110711735
Binary110111010000011111110000010110011100011000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E830F; }

 p { color: rgb(110,131,15); }

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

<style>
 a { background-color: #6E830F; }

 a { background-color: rgb(110,131,15); }

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

<style>
 span { border-color: #6E830F; }

 span { border-color: rgb(110,131,15); }

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