#6A7C01

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

Shades of Olive #6A7C01

Tints of Olive #6A7C01

Color information

#6A7C01 (or 0x6A7C01) is unknown color: approx Olive. HEX triplet: 6A, 7C and 01. RGB value is (106,124,1). Sum of RGB (Red+Green+Blue) = 106+124+1=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7C01 is #9583FE. Grayscale: #696969. Windows color (decimal): -9798655 or 97386. OLE color: 97386.

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

Color convert

RGB1061241-
CMYK0.1500.990.51
HSL68.78º98.4%24.51%-
HSV(B)68.78º99.19%48.63%-
XYZ13.1617.482.71-
YUV104.669.54129-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 124 (48.83% from 255) = 53.68%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=45.89%
G=53.68%
B=0.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10612410.1500.990.5168.7898.424.51
Hex6A7C1F06333456219
Octal15217411701436310514231
Binary1101010111110011111011000111100111000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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