Html Css Color HEX #6F771F Rain Forest

📋 copy color: '#6F771F'

red 111 ◦ green 119 ◦ blue 31

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

Shades of Rain Forest #6F771F

Tints of Rain Forest #6F771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 42.53%
G = 45.59%
B = 11.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#6F771F (or 0x6F771F) is known color: Rain Forest. HEX triplet: 6F, 77 and 1F. RGB value is (111,119,31). Sum of RGB (Red+Green+Blue) = 111+119+31=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #6F771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F771F is #9088E0. Grayscale: #6A6A6A. Windows color (decimal): -9472225 or 2062191. OLE color: 2062191.

HSL color Cylindrical-coordinate representation of color #6F771F: hue angle of 65.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F771F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 119 31 -
CMYK 0.07 0 0.74 0.53
HSL 65.45º 0.59% 0.29% -
HSV(B) 65.45º 0.74% 0.47% -
XYZ 13.4 16.67 3.81 -
YUV 106.58 85.35 131.16 -
System Red Green Blue C M Y K H S L
Decimal 111 119 31 0.07 0 0.74 0.53 65.45 0.59 0.29
Hex 6F 77 1F 7 0 4A 35 41 3B 1D
Octal 157 167 37 7 0 112 65 101 73 35
Binary 1101111 1110111 11111 111 0 1001010 110101 1000001 111011 11101

Color Harmonies of #6F771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F771F

Black with #6F771F

Text Example


Text Example

White with #6F771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,119,31); }

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

background-color css

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

 a { background-color: rgb(111,119,31); }

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

border-color css

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

 span { border-color: rgb(111,119,31); }

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