Html Css Color HEX #687130 Rain Forest

📋 copy color: '#687130'

red 104 ◦ green 113 ◦ blue 48

#687130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #687130

Tints of Rain Forest #687130

RGB

 RED value IS 104 (41.02% from 255) = 39.25%

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 39.25%
G = 42.64%
B = 18.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#687130 (or 0x687130) is known color: Rain Forest. HEX triplet: 68, 71 and 30. RGB value is (104,113,48). Sum of RGB (Red+Green+Blue) = 104+113+48=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #687130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687130 is #978ECF. Grayscale: #676767. Windows color (decimal): -9932496 or 3174760. OLE color: 3174760.

HSL color Cylindrical-coordinate representation of color #687130: hue angle of 68.31º 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 #687130 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 48 -
CMYK 0.08 0 0.58 0.56
HSL 68.31º 0.4% 0.32% -
HSV(B) 68.31º 0.58% 0.44% -
XYZ 12.15 14.97 5.04 -
YUV 102.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 104 113 48 0.08 0 0.58 0.56 68.31 0.4 0.32
Hex 68 71 30 8 0 3A 38 44 28 20
Octal 150 161 60 10 0 72 70 104 50 40
Binary 1101000 1110001 110000 1000 0 111010 111000 1000100 101000 100000

Color Harmonies of #687130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687130

Black with #687130

Text Example


Text Example

White with #687130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687130; }

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

 H1.HeaderClassName
 {
   color: #687130;
 }
 .AnyTagClassName
 {
   color: #687130;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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