Html Css Color HEX #6A7636 Rain Forest

📋 copy color: '#6A7636'

red 106 ◦ green 118 ◦ blue 54

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

Shades of Rain Forest #6A7636

Tints of Rain Forest #6A7636

RGB

 RED value IS 106 (41.8% from 255) = 38.13%

 GREEN value IS 118 (46.48% from 255) = 42.45%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 38.13%
G = 42.45%
B = 19.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#6A7636 (or 0x6A7636) is known color: Rain Forest. HEX triplet: 6A, 76 and 36. RGB value is (106,118,54). Sum of RGB (Red+Green+Blue) = 106+118+54=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7636 is #9589C9. Grayscale: #6B6B6B. Windows color (decimal): -9800138 or 3569258. OLE color: 3569258.

HSL color Cylindrical-coordinate representation of color #6A7636: hue angle of 71.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A7636 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 54 -
CMYK 0.10 0 0.54 0.54
HSL 71.25º 0.37% 0.34% -
HSV(B) 71.25º 0.54% 0.46% -
XYZ 13.09 16.29 5.94 -
YUV 107.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 106 118 54 0.10 0 0.54 0.54 71.25 0.37 0.34
Hex 6A 76 36 A 0 36 36 47 25 22
Octal 152 166 66 12 0 66 66 107 45 42
Binary 1101010 1110110 110110 1010 0 110110 110110 1000111 100101 100010

Color Harmonies of #6A7636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7636

Black with #6A7636

Text Example


Text Example

White with #6A7636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7636; }

 p { color: rgb(106,118,54); }

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

background-color css

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

 a { background-color: rgb(106,118,54); }

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

border-color css

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

 span { border-color: rgb(106,118,54); }

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