#677230

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

Shades of Rain Forest #677230

Tints of Rain Forest #677230

Color information

#677230 (or 0x677230) is unknown color: approx Rain Forest. HEX triplet: 67, 72 and 30. RGB value is (103,114,48). Sum of RGB (Red+Green+Blue) = 103+114+48=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #677230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677230 is #988DCF. Grayscale: #676767. Windows color (decimal): -9997776 or 3175015. OLE color: 3175015.

HSL color Cylindrical-coordinate representation of color #677230: hue angle of 70º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #677230 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB10311448-
CMYK0.1000.580.55
HSL70º40.74%31.76%-
HSV(B)70º57.89%44.71%-
XYZ12.1415.135.08-
YUV103.1996.86127.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=38.87%
G=43.02%
B=18.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103114480.1000.580.557040.7431.76
Hex677230A03A37462920
Octal1471626012072671065140
Binary11001111110010110000101001110101101111000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677230; }

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

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

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

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

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

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

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

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