#6E8536

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

Shades of Olive Drab #6E8536

Tints of Olive Drab #6E8536

Color information

#6E8536 (or 0x6E8536) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 36. RGB value is (110,133,54). Sum of RGB (Red+Green+Blue) = 110+133+54=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8536 is #917AC9. Grayscale: #757575. Windows color (decimal): -9534154 or 3573102. OLE color: 3573102.

HSL color Cylindrical-coordinate representation of color #6E8536: hue angle of 77.47º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E8536 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB11013354-
CMYK0.1700.590.48
HSL77.47º42.25%36.67%-
HSV(B)77.47º59.4%52.16%-
XYZ15.4820.366.6-
YUV117.1292.38122.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=37.04%
G=44.78%
B=18.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133540.1700.590.4877.4742.2536.67
Hex6E85361103B304d2a25
Octal1562056621073601155245
Binary1101110100001011101101000101110111100001001101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,54); }

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

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

 a { background-color: rgb(110,133,54); }

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

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

 span { border-color: rgb(110,133,54); }

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