#6C7301

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

Shades of Olive #6C7301

Tints of Olive #6C7301

Color information

#6C7301 (or 0x6C7301) is unknown color: approx Olive. HEX triplet: 6C, 73 and 01. RGB value is (108,115,1). Sum of RGB (Red+Green+Blue) = 108+115+1=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7301 is #938CFE. Grayscale: #646464. Windows color (decimal): -9669887 or 95084. OLE color: 95084.

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

Color convert

RGB1081151-
CMYK0.0600.990.55
HSL63.68º98.28%22.75%-
HSV(B)63.68º99.13%45.1%-
XYZ12.3215.452.36-
YUV99.9172.18133.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=48.21%
G=51.34%
B=0.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10811510.0600.990.5563.6898.2822.75
Hex6C731606337406217
Octal1541631601436710014227
Binary110110011100111110011000111101111000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,1); }

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

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

 a { background-color: rgb(108,115,1); }

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

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

 span { border-color: rgb(108,115,1); }

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