#6A7E04

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

Shades of Olive #6A7E04

Tints of Olive #6A7E04

Color information

#6A7E04 (or 0x6A7E04) is unknown color: approx Olive. HEX triplet: 6A, 7E and 04. RGB value is (106,126,4). Sum of RGB (Red+Green+Blue) = 106+126+4=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7E04 is #9581FB. Grayscale: #6A6A6A. Windows color (decimal): -9798140 or 294506. OLE color: 294506.

HSL color Cylindrical-coordinate representation of color #6A7E04: hue angle of 69.84º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A7E04 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB1061264-
CMYK0.1600.970.51
HSL69.84º93.85%25.49%-
HSV(B)69.84º96.83%49.41%-
XYZ13.4317.992.88-
YUV106.1170.37127.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 126 (49.61% from 255) = 53.39%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=44.92%
G=53.39%
B=1.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10612640.1600.970.5169.8493.8525.49
Hex6A7E41006133465e19
Octal15217642001416310613631
Binary1101010111111010010000011000011100111000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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