#6C8103

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

Shades of Olive #6C8103

Tints of Olive #6C8103

Color information

#6C8103 (or 0x6C8103) is unknown color: approx Olive. HEX triplet: 6C, 81 and 03. RGB value is (108,129,3). Sum of RGB (Red+Green+Blue) = 108+129+3=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8103 is #937EFC. Grayscale: #6C6C6C. Windows color (decimal): -9666301 or 229740. OLE color: 229740.

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

Color convert

RGB1081293-
CMYK0.1600.980.49
HSL70º95.45%25.88%-
HSV(B)70º97.67%50.59%-
XYZ14.0518.92.99-
YUV108.3668.54127.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 3 (1.56% from 255) = 1.25%
R=45%
G=53.75%
B=1.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10812930.1600.980.497095.4525.88
Hex6C8131006231465f1a
Octal15420132001426110613732
Binary1101100100000011110000011000101100011000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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