#68702A

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

Shades of Rain Forest #68702A

Tints of Rain Forest #68702A

Color information

#68702A (or 0x68702A) is unknown color: approx Rain Forest. HEX triplet: 68, 70 and 2A. RGB value is (104,112,42). Sum of RGB (Red+Green+Blue) = 104+112+42=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #68702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68702A is #978FD5. Grayscale: #656565. Windows color (decimal): -9932758 or 2781288. OLE color: 2781288.

HSL color Cylindrical-coordinate representation of color #68702A: hue angle of 66.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68702A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB10411242-
CMYK0.0700.620.56
HSL66.86º45.45%30.2%-
HSV(B)66.86º62.5%43.92%-
XYZ11.9214.74.4-
YUV101.6394.35129.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=40.31%
G=43.41%
B=16.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112420.0700.620.5666.8645.4530.2
Hex68702A703E38432d1e
Octal150160527076701035536
Binary110100011100001010101110111110111000100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68702A; }

 p { color: rgb(104,112,42); }

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

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

 a { background-color: rgb(104,112,42); }

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

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

 span { border-color: rgb(104,112,42); }

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