Html Css Color HEX #6A7021 Rain Forest

📋 copy color: '#6A7021'

red 106 ◦ green 112 ◦ blue 33

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

Shades of Rain Forest #6A7021

Tints of Rain Forest #6A7021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 42.23%
G = 44.62%
B = 13.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6A7021 (or 0x6A7021) is known color: Rain Forest. HEX triplet: 6A, 70 and 21. RGB value is (106,112,33). Sum of RGB (Red+Green+Blue) = 106+112+33=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7021 is #958FDE. Grayscale: #656565. Windows color (decimal): -9801695 or 2191466. OLE color: 2191466.

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

Color convert

RGB 106 112 33 -
CMYK 0.05 0 0.71 0.56
HSL 64.56º 0.54% 0.28% -
HSV(B) 64.56º 0.71% 0.44% -
XYZ 12.01 14.76 3.66 -
YUV 101.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 106 112 33 0.05 0 0.71 0.56 64.56 0.54 0.28
Hex 6A 70 21 5 0 47 38 41 36 1C
Octal 152 160 41 5 0 107 70 101 66 34
Binary 1101010 1110000 100001 101 0 1000111 111000 1000001 110110 11100

Color Harmonies of #6A7021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7021

Black with #6A7021

Text Example


Text Example

White with #6A7021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,33); }

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

background-color css

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

 a { background-color: rgb(106,112,33); }

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

border-color css

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

 span { border-color: rgb(106,112,33); }

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