#69742A

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

Shades of Rain Forest #69742A

Tints of Rain Forest #69742A

Color information

#69742A (or 0x69742A) is unknown color: approx Rain Forest. HEX triplet: 69, 74 and 2A. RGB value is (105,116,42). Sum of RGB (Red+Green+Blue) = 105+116+42=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #69742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69742A is #968BD5. Grayscale: #686868. Windows color (decimal): -9866198 or 2782313. OLE color: 2782313.

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

Color convert

RGB10511642-
CMYK0.0900.640.55
HSL68.92º46.84%30.98%-
HSV(B)68.92º63.79%45.49%-
XYZ12.4915.664.56-
YUV104.2892.86128.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=39.92%
G=44.11%
B=15.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116420.0900.640.5568.9246.8430.98
Hex69742A904037452f1f
Octal15116452110100671055737
Binary11010011110100101010100101000000110111100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,116,42); }

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

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

 a { background-color: rgb(105,116,42); }

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

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

 span { border-color: rgb(105,116,42); }

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