#6C6B00

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

Shades of Olive #6C6B00

Tints of Olive #6C6B00

Color information

#6C6B00 (or 0x6C6B00) is unknown color: approx Olive. HEX triplet: 6C, 6B and 00. RGB value is (108,107,0). Sum of RGB (Red+Green+Blue) = 108+107+0=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6B00 is #9394FF. Grayscale: #5F5F5F. Windows color (decimal): -9671936 or 27500. OLE color: 27500.

HSL color Cylindrical-coordinate representation of color #6C6B00: hue angle of 59.44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C6B00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB1081070-
CMYK00.0110.58
HSL59.44º100%21.18%-
HSV(B)59.44º100%42.35%-
XYZ11.4413.72.04-
YUV95.174.33137.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.23%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.23%
G=49.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108107000.0110.5859.4410021.18
Hex6C6B001643A3b6415
Octal154153001144727314425
Binary110110011010110011100100111010111011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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