#6A7304

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

Shades of Olive #6A7304

Tints of Olive #6A7304

Color information

#6A7304 (or 0x6A7304) is unknown color: approx Olive. HEX triplet: 6A, 73 and 04. RGB value is (106,115,4). Sum of RGB (Red+Green+Blue) = 106+115+4=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7304 is #958CFB. Grayscale: #646464. Windows color (decimal): -9800956 or 291690. OLE color: 291690.

HSL color Cylindrical-coordinate representation of color #6A7304: hue angle of 64.86º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A7304 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1061154-
CMYK0.0800.970.55
HSL64.86º93.28%23.33%-
HSV(B)64.86º96.52%45.1%-
XYZ12.115.332.44-
YUV99.6674.02132.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=47.11%
G=51.11%
B=1.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10611540.0800.970.5564.8693.2823.33
Hex6A734806137415d17
Octal15216341001416710113527
Binary110101011100111001000011000011101111000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,4); }

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

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

 a { background-color: rgb(106,115,4); }

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

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

 span { border-color: rgb(106,115,4); }

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