Html Css Color HEX #6B7122 Rain Forest

📋 copy color: '#6B7122'

red 107 ◦ green 113 ◦ blue 34

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

Shades of Rain Forest #6B7122

Tints of Rain Forest #6B7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 42.13%
G = 44.49%
B = 13.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6B7122 (or 0x6B7122) is known color: Rain Forest. HEX triplet: 6B, 71 and 22. RGB value is (107,113,34). Sum of RGB (Red+Green+Blue) = 107+113+34=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7122 is #948EDD. Grayscale: #666666. Windows color (decimal): -9735902 or 2257259. OLE color: 2257259.

HSL color Cylindrical-coordinate representation of color #6B7122: hue angle of 64.56º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B7122 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 34 -
CMYK 0.05 0 0.70 0.56
HSL 64.56º 0.54% 0.29% -
HSV(B) 64.56º 0.7% 0.44% -
XYZ 12.26 15.05 3.77 -
YUV 102.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 107 113 34 0.05 0 0.70 0.56 64.56 0.54 0.29
Hex 6B 71 22 5 0 46 38 41 36 1D
Octal 153 161 42 5 0 106 70 101 66 35
Binary 1101011 1110001 100010 101 0 1000110 111000 1000001 110110 11101

Color Harmonies of #6B7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7122

Black with #6B7122

Text Example


Text Example

White with #6B7122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,34); }

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

background-color css

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

 a { background-color: rgb(107,113,34); }

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

border-color css

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

 span { border-color: rgb(107,113,34); }

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