#6A8226

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

Shades of Olive Drab #6A8226

Tints of Olive Drab #6A8226

Color information

#6A8226 (or 0x6A8226) is unknown color: approx Olive Drab. HEX triplet: 6A, 82 and 26. RGB value is (106,130,38). Sum of RGB (Red+Green+Blue) = 106+130+38=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8226 is #957DD9. Grayscale: #707070. Windows color (decimal): -9797082 or 2523754. OLE color: 2523754.

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

Color convert

RGB10613038-
CMYK0.1800.710.49
HSL75.65º54.76%32.94%-
HSV(B)75.65º70.77%50.98%-
XYZ14.2819.174.78-
YUV112.3486.05123.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=38.69%
G=47.45%
B=13.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130380.1800.710.4975.6554.7632.94
Hex6A822612047314c3721
Octal15220246220107611146741
Binary11010101000001010011010010010001111100011001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,130,38); }

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

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

 a { background-color: rgb(106,130,38); }

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

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

 span { border-color: rgb(106,130,38); }

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