#6C7003

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

Shades of Olive #6C7003

Tints of Olive #6C7003

Color information

#6C7003 (or 0x6C7003) is unknown color: approx Olive. HEX triplet: 6C, 70 and 03. RGB value is (108,112,3). Sum of RGB (Red+Green+Blue) = 108+112+3=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7003 is #938FFC. Grayscale: #626262. Windows color (decimal): -9670653 or 225388. OLE color: 225388.

HSL color Cylindrical-coordinate representation of color #6C7003: hue angle of 62.2º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C7003 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB1081123-
CMYK0.0400.970.56
HSL62.2º94.78%22.55%-
HSV(B)62.2º97.32%43.92%-
XYZ11.9914.782.31-
YUV98.3874.17134.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=48.43%
G=50.22%
B=1.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10811230.0400.970.5662.294.7822.55
Hex6C7034061383e5f17
Octal154160340141707613727
Binary110110011100001110001100001111000111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,3); }

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

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

 a { background-color: rgb(108,112,3); }

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

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

 span { border-color: rgb(108,112,3); }

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