#6A7F01

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

Shades of Olive #6A7F01

Tints of Olive #6A7F01

Color information

#6A7F01 (or 0x6A7F01) is unknown color: approx Olive. HEX triplet: 6A, 7F and 01. RGB value is (106,127,1). Sum of RGB (Red+Green+Blue) = 106+127+1=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7F01 is #9580FE. Grayscale: #6A6A6A. Windows color (decimal): -9797887 or 98154. OLE color: 98154.

HSL color Cylindrical-coordinate representation of color #6A7F01: hue angle of 70º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A7F01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB1061271-
CMYK0.1700.990.50
HSL70º98.44%25.1%-
HSV(B)70º99.21%49.8%-
XYZ13.5418.252.84-
YUV106.3668.54127.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 127 (50% from 255) = 54.27%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=45.30%
G=54.27%
B=0.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10612710.1700.990.507098.4425.1
Hex6A7F11106332466219
Octal15217712101436210614231
Binary11010101111111110001011000111100101000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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