#677801

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

Shades of Olive #677801

Tints of Olive #677801

Color information

#677801 (or 0x677801) is unknown color: approx Olive. HEX triplet: 67, 78 and 01. RGB value is (103,120,1). Sum of RGB (Red+Green+Blue) = 103+120+1=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #677801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677801 is #9887FE. Grayscale: #656565. Windows color (decimal): -9996287 or 96359. OLE color: 96359.

HSL color Cylindrical-coordinate representation of color #677801: hue angle of 68.57º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #677801 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1031201-
CMYK0.1400.990.53
HSL68.57º98.35%23.73%-
HSV(B)68.57º99.17%47.06%-
XYZ12.3216.322.53-
YUV101.3571.37129.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=45.98%
G=53.57%
B=0.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10312010.1400.990.5368.5798.3523.73
Hex67781E06335456218
Octal14717011601436510514230
Binary1100111111100011110011000111101011000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677801; }

 p { color: rgb(103,120,1); }

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

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

 a { background-color: rgb(103,120,1); }

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

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

 span { border-color: rgb(103,120,1); }

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