#677600

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

Shades of Olive #677600

Tints of Olive #677600

Color information

#677600 (or 0x677600) is unknown color: approx Olive. HEX triplet: 67, 76 and 00. RGB value is (103,118,0). Sum of RGB (Red+Green+Blue) = 103+118+0=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #677600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677600 is #9889FF. Grayscale: #646464. Windows color (decimal): -9996800 or 30311. OLE color: 30311.

HSL color Cylindrical-coordinate representation of color #677600: hue angle of 67.63º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #677600 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1031180-
CMYK0.13010.54
HSL67.63º100%23.14%-
HSV(B)67.63º100%46.27%-
XYZ12.0715.842.42-
YUV100.0671.53130.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.61%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.61%
G=53.39%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10311800.13010.5467.6310023.14
Hex67760D06436446417
Octal14716601501446610414427
Binary1100111111011001101011001001101101000100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677600; }

 p { color: rgb(103,118,0); }

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

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

 a { background-color: rgb(103,118,0); }

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

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

 span { border-color: rgb(103,118,0); }

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