Html Css Color HEX #6B752D Rain Forest

📋 copy color: '#6B752D'

red 107 ◦ green 117 ◦ blue 45

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

Shades of Rain Forest #6B752D

Tints of Rain Forest #6B752D

RGB

 RED value IS 107 (42.19% from 255) = 39.78%

 GREEN value IS 117 (46.09% from 255) = 43.49%

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 39.78%
G = 43.49%
B = 16.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#6B752D (or 0x6B752D) is known color: Rain Forest. HEX triplet: 6B, 75 and 2D. RGB value is (107,117,45). Sum of RGB (Red+Green+Blue) = 107+117+45=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #6B752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B752D is #948AD2. Grayscale: #6A6A6A. Windows color (decimal): -9734867 or 2979179. OLE color: 2979179.

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

Color convert

RGB 107 117 45 -
CMYK 0.09 0 0.62 0.54
HSL 68.33º 0.44% 0.32% -
HSV(B) 68.33º 0.62% 0.46% -
XYZ 12.9 16.04 4.9 -
YUV 105.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 107 117 45 0.09 0 0.62 0.54 68.33 0.44 0.32
Hex 6B 75 2D 9 0 3E 36 44 2C 20
Octal 153 165 55 11 0 76 66 104 54 40
Binary 1101011 1110101 101101 1001 0 111110 110110 1000100 101100 100000

Color Harmonies of #6B752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B752D

Black with #6B752D

Text Example


Text Example

White with #6B752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,45); }

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

background-color css

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

 a { background-color: rgb(107,117,45); }

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

border-color css

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

 span { border-color: rgb(107,117,45); }

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