#677F1B

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

Shades of Olive Drab #677F1B

Tints of Olive Drab #677F1B

Color information

#677F1B (or 0x677F1B) is unknown color: approx Olive Drab. HEX triplet: 67, 7F and 1B. RGB value is (103,127,27). Sum of RGB (Red+Green+Blue) = 103+127+27=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #677F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F1B is #9880E4. Grayscale: #6C6C6C. Windows color (decimal): -9994469 or 1802087. OLE color: 1802087.

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

Color convert

RGB10312727-
CMYK0.1900.790.50
HSL74.4º64.94%30.2%-
HSV(B)74.4º78.74%49.8%-
XYZ13.3818.143.83-
YUV108.4282.05124.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=40.08%
G=49.42%
B=10.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103127270.1900.790.5074.464.9430.2
Hex677F1B1304F324a411e
Octal147177332301176211210136
Binary110011111111111101110011010011111100101001010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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