#68722A

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

Shades of Rain Forest #68722A

Tints of Rain Forest #68722A

Color information

#68722A (or 0x68722A) is unknown color: approx Rain Forest. HEX triplet: 68, 72 and 2A. RGB value is (104,114,42). Sum of RGB (Red+Green+Blue) = 104+114+42=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #68722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68722A is #978DD5. Grayscale: #676767. Windows color (decimal): -9932246 or 2781800. OLE color: 2781800.

HSL color Cylindrical-coordinate representation of color #68722A: hue angle of 68.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68722A is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB10411442-
CMYK0.0900.630.55
HSL68.33º46.15%30.59%-
HSV(B)68.33º63.16%44.71%-
XYZ12.1415.144.47-
YUV102.893.69128.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=40%
G=43.85%
B=16.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114420.0900.630.5568.3346.1530.59
Hex68722A903F37442e1f
Octal1501625211077671045637
Binary1101000111001010101010010111111110111100010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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