#69763A

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

Shades of Rain Forest #69763A

Tints of Rain Forest #69763A

Color information

#69763A (or 0x69763A) is unknown color: approx Rain Forest. HEX triplet: 69, 76 and 3A. RGB value is (105,118,58). Sum of RGB (Red+Green+Blue) = 105+118+58=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #69763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69763A is #9689C5. Grayscale: #6B6B6B. Windows color (decimal): -9865670 or 3831401. OLE color: 3831401.

HSL color Cylindrical-coordinate representation of color #69763A: hue angle of 73º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69763A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB10511858-
CMYK0.1100.510.54
HSL73º34.09%34.51%-
HSV(B)73º50.85%46.27%-
XYZ13.0716.276.45-
YUV107.27100.19126.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=37.37%
G=41.99%
B=20.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118580.1100.510.547334.0934.51
Hex69763AB03336492223
Octal1511667213063661114243
Binary11010011110110111010101101100111101101001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,118,58); }

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

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

 a { background-color: rgb(105,118,58); }

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

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

 span { border-color: rgb(105,118,58); }

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