Html Css Color HEX #6B762A Rain Forest

📋 copy color: '#6B762A'

red 107 ◦ green 118 ◦ blue 42

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

Shades of Rain Forest #6B762A

Tints of Rain Forest #6B762A

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.8% from 255) = 15.73%

R = 40.07%
G = 44.19%
B = 15.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#6B762A (or 0x6B762A) is known color: 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

RGB 107 118 42 -
CMYK 0.09 0 0.64 0.54
HSL 68.68º 0.48% 0.31% -
HSV(B) 68.68º 0.64% 0.46% -
XYZ 12.96 16.25 4.64 -
YUV 106.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 107 118 42 0.09 0 0.64 0.54 68.68 0.48 0.31
Hex 6B 76 2A 9 0 40 36 45 30 1F
Octal 153 166 52 11 0 100 66 105 60 37
Binary 1101011 1110110 101010 1001 0 1000000 110110 1000101 110000 11111

Color Harmonies of #6B762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B762A

Black with #6B762A

Text Example


Text Example

White with #6B762A

Text Example


Text Example

HTML Codes & Css Web 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>