#6C8500

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

Shades of Olive #6C8500

Tints of Olive #6C8500

Color information

#6C8500 (or 0x6C8500) is unknown color: approx Olive. HEX triplet: 6C, 85 and 00. RGB value is (108,133,0). Sum of RGB (Red+Green+Blue) = 108+133+0=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8500 is #937AFF. Grayscale: #6E6E6E. Windows color (decimal): -9665280 or 34156. OLE color: 34156.

HSL color Cylindrical-coordinate representation of color #6C8500: hue angle of 71.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C8500 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1081330-
CMYK0.19010.48
HSL71.28º100%26.08%-
HSV(B)71.28º100%52.16%-
XYZ14.5719.963.09-
YUV110.3665.72126.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.81%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.81%
G=55.19%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10813300.19010.4871.2810026.08
Hex6C850130643047641a
Octal15420502301446010714432
Binary110110010000101010011011001001100001000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,133,0); }

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

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

 a { background-color: rgb(108,133,0); }

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

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

 span { border-color: rgb(108,133,0); }

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