#677042

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

Shades of Woodland #677042

Tints of Woodland #677042

Color information

#677042 (or 0x677042) is unknown color: approx Woodland. HEX triplet: 67, 70 and 42. RGB value is (103,112,66). Sum of RGB (Red+Green+Blue) = 103+112+66=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #677042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677042 is #988FBD. Grayscale: #686868. Windows color (decimal): -9998270 or 4354151. OLE color: 4354151.

HSL color Cylindrical-coordinate representation of color #677042: hue angle of 71.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #677042 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB10311266-
CMYK0.0800.410.56
HSL71.74º25.84%34.9%-
HSV(B)71.74º41.07%43.92%-
XYZ12.3714.877.37-
YUV104.06106.52127.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=36.65%
G=39.86%
B=23.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112660.0800.410.5671.7425.8434.9
Hex677042802938481a23
Octal14716010210051701103243
Binary11001111110000100001010000101001111000100100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677042; }

 p { color: rgb(103,112,66); }

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

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

 a { background-color: rgb(103,112,66); }

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

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

 span { border-color: rgb(103,112,66); }

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