Html Css Color HEX #6E7A21 Rain Forest

📋 copy color: '#6E7A21'

red 110 ◦ green 122 ◦ blue 33

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

Shades of Rain Forest #6E7A21

Tints of Rain Forest #6E7A21

RGB

 RED value IS 110 (43.36% from 255) = 41.51%

 GREEN value IS 122 (48.05% from 255) = 46.04%

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

R = 41.51%
G = 46.04%
B = 12.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#6E7A21 (or 0x6E7A21) is known color: Rain Forest. HEX triplet: 6E, 7A and 21. RGB value is (110,122,33). Sum of RGB (Red+Green+Blue) = 110+122+33=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A21 is #9185DE. Grayscale: #6C6C6C. Windows color (decimal): -9536991 or 2194030. OLE color: 2194030.

HSL color Cylindrical-coordinate representation of color #6E7A21: hue angle of 68.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E7A21 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 122 33 -
CMYK 0.10 0 0.73 0.52
HSL 68.09º 0.57% 0.3% -
HSV(B) 68.09º 0.73% 0.48% -
XYZ 13.66 17.34 4.07 -
YUV 108.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 110 122 33 0.10 0 0.73 0.52 68.09 0.57 0.3
Hex 6E 7A 21 A 0 49 34 44 39 1E
Octal 156 172 41 12 0 111 64 104 71 36
Binary 1101110 1111010 100001 1010 0 1001001 110100 1000100 111001 11110

Color Harmonies of #6E7A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7A21

Black with #6E7A21

Text Example


Text Example

White with #6E7A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,33); }

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

background-color css

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

 a { background-color: rgb(110,122,33); }

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

border-color css

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

 span { border-color: rgb(110,122,33); }

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