#6E823A

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

Shades of Olive Drab #6E823A

Tints of Olive Drab #6E823A

Color information

#6E823A (or 0x6E823A) is unknown color: approx Olive Drab. HEX triplet: 6E, 82 and 3A. RGB value is (110,130,58). Sum of RGB (Red+Green+Blue) = 110+130+58=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #6E823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E823A is #917DC5. Grayscale: #747474. Windows color (decimal): -9534918 or 3834478. OLE color: 3834478.

HSL color Cylindrical-coordinate representation of color #6E823A: hue angle of 76.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E823A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB11013058-
CMYK0.1500.550.49
HSL76.67º38.3%36.86%-
HSV(B)76.67º55.38%50.98%-
XYZ15.1819.596.98-
YUV115.8195.37123.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=36.91%
G=43.62%
B=19.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130580.1500.550.4976.6738.336.86
Hex6E823AF037314d2625
Octal1562027217067611154645
Binary110111010000010111010111101101111100011001101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,58); }

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

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

 a { background-color: rgb(110,130,58); }

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

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

 span { border-color: rgb(110,130,58); }

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