#677034

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

Shades of Rain Forest #677034

Tints of Rain Forest #677034

Color information

#677034 (or 0x677034) is unknown color: approx Rain Forest. HEX triplet: 67, 70 and 34. RGB value is (103,112,52). Sum of RGB (Red+Green+Blue) = 103+112+52=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #677034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677034 is #988FCB. Grayscale: #666666. Windows color (decimal): -9998284 or 3436647. OLE color: 3436647.

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

Color convert

RGB10311252-
CMYK0.0800.540.56
HSL69º36.59%32.16%-
HSV(B)69º53.57%43.92%-
XYZ12.0114.725.46-
YUV102.4799.52128.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=38.58%
G=41.95%
B=19.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112520.0800.540.566936.5932.16
Hex677034803638452520
Octal1471606410066701054540
Binary11001111110000110100100001101101110001000101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677034; }

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

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

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

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

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

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

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

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