#6C7700

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

Shades of Olive #6C7700

Tints of Olive #6C7700

Color information

#6C7700 (or 0x6C7700) is unknown color: approx Olive. HEX triplet: 6C, 77 and 00. RGB value is (108,119,0). Sum of RGB (Red+Green+Blue) = 108+119+0=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7700 is #9388FF. Grayscale: #666666. Windows color (decimal): -9668864 or 30572. OLE color: 30572.

HSL color Cylindrical-coordinate representation of color #6C7700: hue angle of 65.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C7700 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1081190-
CMYK0.09010.53
HSL65.55º100%23.33%-
HSV(B)65.55º100%46.67%-
XYZ12.7816.382.49-
YUV102.1470.36132.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.58%
G=52.42%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10811900.09010.5365.5510023.33
Hex6C770906435426417
Octal15416701101446510214427
Binary1101100111011101001011001001101011000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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