#6A820F

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

Shades of Olive Drab #6A820F

Tints of Olive Drab #6A820F

Color information

#6A820F (or 0x6A820F) is unknown color: approx Olive Drab. HEX triplet: 6A, 82 and 0F. RGB value is (106,130,15). Sum of RGB (Red+Green+Blue) = 106+130+15=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #6A820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A820F is #957DF0. Grayscale: #6E6E6E. Windows color (decimal): -9797105 or 1016426. OLE color: 1016426.

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

Color convert

RGB10613015-
CMYK0.1800.880.49
HSL72.52º79.31%28.43%-
HSV(B)72.52º88.46%50.98%-
XYZ14.0119.063.39-
YUV109.7174.55125.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=42.23%
G=51.79%
B=5.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130150.1800.880.4972.5279.3128.43
Hex6A82F1205831494f1c
Octal152202172201306111111734
Binary110101010000010111110010010110001100011001001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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