#677F28

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

Shades of Olive Drab #677F28

Tints of Olive Drab #677F28

Color information

#677F28 (or 0x677F28) is unknown color: approx Olive Drab. HEX triplet: 67, 7F and 28. RGB value is (103,127,40). Sum of RGB (Red+Green+Blue) = 103+127+40=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #677F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F28 is #9880D7. Grayscale: #6E6E6E. Windows color (decimal): -9994456 or 2654055. OLE color: 2654055.

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

Color convert

RGB10312740-
CMYK0.1900.690.50
HSL76.55º52.1%32.75%-
HSV(B)76.55º68.5%49.8%-
XYZ13.5718.224.81-
YUV109.9188.55123.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=38.15%
G=47.04%
B=14.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103127400.1900.690.5076.5552.132.75
Hex677F2813045324d3421
Octal14717750230105621156441
Binary1100111111111110100010011010001011100101001101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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