#6A7003

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

Shades of Olive #6A7003

Tints of Olive #6A7003

Color information

#6A7003 (or 0x6A7003) is unknown color: approx Olive. HEX triplet: 6A, 70 and 03. RGB value is (106,112,3). Sum of RGB (Red+Green+Blue) = 106+112+3=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7003 is #958FFC. Grayscale: #626262. Windows color (decimal): -9801725 or 225386. OLE color: 225386.

HSL color Cylindrical-coordinate representation of color #6A7003: hue angle of 63.3º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A7003 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB1061123-
CMYK0.0500.970.56
HSL63.3º94.78%22.55%-
HSV(B)63.3º97.32%43.92%-
XYZ11.7514.662.3-
YUV97.7874.51133.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=47.96%
G=50.68%
B=1.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10611230.0500.970.5663.394.7822.55
Hex6A7035061383f5f17
Octal152160350141707713727
Binary110101011100001110101100001111000111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,112,3); }

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

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

 a { background-color: rgb(106,112,3); }

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

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

 span { border-color: rgb(106,112,3); }

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