#677F2A

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

Shades of Olive Drab #677F2A

Tints of Olive Drab #677F2A

Color information

#677F2A (or 0x677F2A) is unknown color: approx Olive Drab. HEX triplet: 67, 7F and 2A. RGB value is (103,127,42). Sum of RGB (Red+Green+Blue) = 103+127+42=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #677F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F2A is #9880D5. Grayscale: #6E6E6E. Windows color (decimal): -9994454 or 2785127. OLE color: 2785127.

HSL color Cylindrical-coordinate representation of color #677F2A: hue angle of 76.94º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #677F2A is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB10312742-
CMYK0.1900.670.50
HSL76.94º50.3%33.14%-
HSV(B)76.94º66.93%49.8%-
XYZ13.618.234.99-
YUV110.1389.55122.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=37.87%
G=46.69%
B=15.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103127420.1900.670.5076.9450.333.14
Hex677F2A13043324d3221
Octal14717752230103621156241
Binary1100111111111110101010011010000111100101001101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677F2A; }

 p { color: rgb(103,127,42); }

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

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

 a { background-color: rgb(103,127,42); }

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

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

 span { border-color: rgb(103,127,42); }

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