#6C8603

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

Shades of Olive #6C8603

Tints of Olive #6C8603

Color information

#6C8603 (or 0x6C8603) is unknown color: approx Olive. HEX triplet: 6C, 86 and 03. RGB value is (108,134,3). Sum of RGB (Red+Green+Blue) = 108+134+3=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8603 is #9379FC. Grayscale: #6F6F6F. Windows color (decimal): -9665021 or 231020. OLE color: 231020.

HSL color Cylindrical-coordinate representation of color #6C8603: hue angle of 71.91º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C8603 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1081343-
CMYK0.1900.980.47
HSL71.91º95.62%26.86%-
HSV(B)71.91º97.76%52.55%-
XYZ14.7320.243.22-
YUV111.2966.89125.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=44.08%
G=54.69%
B=1.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10813430.1900.980.4771.9195.6226.86
Hex6C863130622F48601b
Octal15420632301425711014033
Binary1101100100001101110011011000101011111001000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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