#6B762A

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

Shades of Rain Forest #6B762A

Tints of Rain Forest #6B762A

Color information

#6B762A (or 0x6B762A) is unknown color: approx Rain Forest. HEX triplet: 6B, 76 and 2A. RGB value is (107,118,42). Sum of RGB (Red+Green+Blue) = 107+118+42=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #6B762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B762A is #9489D5. Grayscale: #6A6A6A. Windows color (decimal): -9734614 or 2782827. OLE color: 2782827.

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

Color convert

RGB10711842-
CMYK0.0900.640.54
HSL68.68º47.5%31.37%-
HSV(B)68.68º64.41%46.27%-
XYZ12.9616.254.64-
YUV106.0591.86128.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=40.07%
G=44.19%
B=15.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118420.0900.640.5468.6847.531.37
Hex6B762A90403645301f
Octal15316652110100661056037
Binary11010111110110101010100101000000110110100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,42); }

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

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

 a { background-color: rgb(107,118,42); }

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

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

 span { border-color: rgb(107,118,42); }

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