Html Css Color HEX #6F802F Rain Forest

📋 copy color: '#6F802F'

red 111 ◦ green 128 ◦ blue 47

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

Shades of Rain Forest #6F802F

Tints of Rain Forest #6F802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.76%

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 38.81%
G = 44.76%
B = 16.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#6F802F (or 0x6F802F) is known color: Rain Forest. HEX triplet: 6F, 80 and 2F. RGB value is (111,128,47). Sum of RGB (Red+Green+Blue) = 111+128+47=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #6F802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F802F is #907FD0. Grayscale: #717171. Windows color (decimal): -9469905 or 3113071. OLE color: 3113071.

HSL color Cylindrical-coordinate representation of color #6F802F: hue angle of 72.59º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F802F is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 128 47 -
CMYK 0.13 0 0.63 0.50
HSL 72.59º 0.46% 0.34% -
HSV(B) 72.59º 0.63% 0.5% -
XYZ 14.79 19.02 5.58 -
YUV 113.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 111 128 47 0.13 0 0.63 0.50 72.59 0.46 0.34
Hex 6F 80 2F D 0 3F 32 49 2E 22
Octal 157 200 57 15 0 77 62 111 56 42
Binary 1101111 10000000 101111 1101 0 111111 110010 1001001 101110 100010

Color Harmonies of #6F802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F802F

Black with #6F802F

Text Example


Text Example

White with #6F802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,47); }

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

background-color css

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

 a { background-color: rgb(111,128,47); }

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

border-color css

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

 span { border-color: rgb(111,128,47); }

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