#6A7501

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

Shades of Olive #6A7501

Tints of Olive #6A7501

Color information

#6A7501 (or 0x6A7501) is unknown color: approx Olive. HEX triplet: 6A, 75 and 01. RGB value is (106,117,1). Sum of RGB (Red+Green+Blue) = 106+117+1=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7501 is #958AFE. Grayscale: #646464. Windows color (decimal): -9800447 or 95594. OLE color: 95594.

HSL color Cylindrical-coordinate representation of color #6A7501: hue angle of 65.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A7501 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB1061171-
CMYK0.0900.990.54
HSL65.69º98.31%23.14%-
HSV(B)65.69º99.15%45.88%-
XYZ12.3115.792.43-
YUV100.4971.86131.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.32%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=47.32%
G=52.23%
B=0.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10611710.0900.990.5465.6998.3123.14
Hex6A751906336426217
Octal15216511101436610214227
Binary1101010111010111001011000111101101000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,117,1); }

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

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

 a { background-color: rgb(106,117,1); }

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

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

 span { border-color: rgb(106,117,1); }

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