#6A7405

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

Shades of Olive #6A7405

Tints of Olive #6A7405

Color information

#6A7405 (or 0x6A7405) is unknown color: approx Olive. HEX triplet: 6A, 74 and 05. RGB value is (106,116,5). Sum of RGB (Red+Green+Blue) = 106+116+5=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7405 is #958BFA. Grayscale: #646464. Windows color (decimal): -9800699 or 357482. OLE color: 357482.

HSL color Cylindrical-coordinate representation of color #6A7405: hue angle of 65.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A7405 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1061165-
CMYK0.0900.960.55
HSL65.41º91.74%23.73%-
HSV(B)65.41º95.69%45.49%-
XYZ12.2215.572.5-
YUV100.3674.19132.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 116 (45.70% from 255) = 51.10%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=46.70%
G=51.10%
B=2.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10611650.0900.960.5565.4191.7423.73
Hex6A745906037415c18
Octal15216451101406710113430
Binary110101011101001011001011000001101111000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,5); }

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

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

 a { background-color: rgb(106,116,5); }

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

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

 span { border-color: rgb(106,116,5); }

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