#6a7e05

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

Shades of Olive #6A7E05

Tints of Olive #6A7E05

Color information

#6A7E05 (or 0x6A7E05) is unknown color: approx Olive. HEX triplet: 6A, 7E and 05. RGB value is (106,126,5). Sum of RGB (Red+Green+Blue) = 106+126+5=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7E05 is #9581FA. Grayscale: #6A6A6A. Windows color (decimal): -9798139 or 360042. OLE color: 360042.

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

Color convert

RGB1061265-
CMYK0.1600.960.51
HSL69.92º92.37%25.69%-
HSV(B)69.92º96.03%49.41%-
XYZ13.43182.91-
YUV106.2370.87127.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 126 (49.61% from 255) = 53.16%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=44.73%
G=53.16%
B=2.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10612650.1600.960.5169.9292.3725.69
Hex6A7E51006033465c1a
Octal15217652001406310613432
Binary1101010111111010110000011000001100111000110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a7e05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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