Html Css Color HEX #6F7E20 Rain Forest

📋 copy color: '#6F7E20'

red 111 ◦ green 126 ◦ blue 32

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

Shades of Rain Forest #6F7E20

Tints of Rain Forest #6F7E20

RGB

 RED value IS 111 (43.75% from 255) = 41.26%

 GREEN value IS 126 (49.61% from 255) = 46.84%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 41.26%
G = 46.84%
B = 11.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#6F7E20 (or 0x6F7E20) is known color: Rain Forest. HEX triplet: 6F, 7E and 20. RGB value is (111,126,32). Sum of RGB (Red+Green+Blue) = 111+126+32=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7E20 is #9081DF. Grayscale: #6F6F6F. Windows color (decimal): -9470432 or 2129519. OLE color: 2129519.

HSL color Cylindrical-coordinate representation of color #6F7E20: hue angle of 69.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F7E20 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 126 32 -
CMYK 0.12 0 0.75 0.51
HSL 69.57º 0.59% 0.31% -
HSV(B) 69.57º 0.75% 0.49% -
XYZ 14.28 18.41 4.17 -
YUV 110.8 83.53 128.14 -
System Red Green Blue C M Y K H S L
Decimal 111 126 32 0.12 0 0.75 0.51 69.57 0.59 0.31
Hex 6F 7E 20 C 0 4B 33 46 3B 1F
Octal 157 176 40 14 0 113 63 106 73 37
Binary 1101111 1111110 100000 1100 0 1001011 110011 1000110 111011 11111

Color Harmonies of #6F7E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7E20

Black with #6F7E20

Text Example


Text Example

White with #6F7E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,126,32); }

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

background-color css

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

 a { background-color: rgb(111,126,32); }

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

border-color css

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

 span { border-color: rgb(111,126,32); }

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