Html Css Color HEX #6F751F Rain Forest

📋 copy color: '#6F751F'

red 111 ◦ green 117 ◦ blue 31

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

Shades of Rain Forest #6F751F

Tints of Rain Forest #6F751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 42.86%
G = 45.17%
B = 11.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#6F751F (or 0x6F751F) is known color: Rain Forest. HEX triplet: 6F, 75 and 1F. RGB value is (111,117,31). Sum of RGB (Red+Green+Blue) = 111+117+31=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #6F751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F751F is #908AE0. Grayscale: #696969. Windows color (decimal): -9472737 or 2061679. OLE color: 2061679.

HSL color Cylindrical-coordinate representation of color #6F751F: hue angle of 64.19º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F751F is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 31 -
CMYK 0.05 0 0.74 0.54
HSL 64.19º 0.58% 0.29% -
HSV(B) 64.19º 0.74% 0.46% -
XYZ 13.16 16.2 3.73 -
YUV 105.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 111 117 31 0.05 0 0.74 0.54 64.19 0.58 0.29
Hex 6F 75 1F 5 0 4A 36 40 3A 1D
Octal 157 165 37 5 0 112 66 100 72 35
Binary 1101111 1110101 11111 101 0 1001010 110110 1000000 111010 11101

Color Harmonies of #6F751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F751F

Black with #6F751F

Text Example


Text Example

White with #6F751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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