#677130

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

Shades of Rain Forest #677130

Tints of Rain Forest #677130

Color information

#677130 (or 0x677130) is unknown color: approx Rain Forest. HEX triplet: 67, 71 and 30. RGB value is (103,113,48). Sum of RGB (Red+Green+Blue) = 103+113+48=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #677130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677130 is #988ECF. Grayscale: #666666. Windows color (decimal): -9998032 or 3174759. OLE color: 3174759.

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

Color convert

RGB10311348-
CMYK0.0900.580.56
HSL69.23º40.37%31.57%-
HSV(B)69.23º57.52%44.31%-
XYZ12.0314.915.04-
YUV102.697.19128.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.02%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=39.02%
G=42.80%
B=18.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103113480.0900.580.5669.2340.3731.57
Hex677130903A38452820
Octal1471616011072701055040
Binary11001111110001110000100101110101110001000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677130; }

 p { color: rgb(103,113,48); }

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

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

 a { background-color: rgb(103,113,48); }

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

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

 span { border-color: rgb(103,113,48); }

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