#677605

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

Shades of Olive #677605

Tints of Olive #677605

Color information

#677605 (or 0x677605) is unknown color: approx Olive. HEX triplet: 67, 76 and 05. RGB value is (103,118,5). Sum of RGB (Red+Green+Blue) = 103+118+5=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #677605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677605 is #9889FA. Grayscale: #656565. Windows color (decimal): -9996795 or 357991. OLE color: 357991.

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

Color convert

RGB1031185-
CMYK0.1300.960.54
HSL67.96º91.87%24.12%-
HSV(B)67.96º95.76%46.27%-
XYZ12.115.852.57-
YUV100.6374.03129.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=45.58%
G=52.21%
B=2.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10311850.1300.960.5467.9691.8724.12
Hex67765D06036445c18
Octal14716651501406610413430
Binary110011111101101011101011000001101101000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677605; }

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

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

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

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

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

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

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

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