Html Css Color HEX #6F711F Olivetone

📋 copy color: '#6F711F'

red 111 ◦ green 113 ◦ blue 31

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

Shades of Olivetone #6F711F

Tints of Olivetone #6F711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

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

R = 43.53%
G = 44.31%
B = 12.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6F711F (or 0x6F711F) is known color: Olivetone. HEX triplet: 6F, 71 and 1F. RGB value is (111,113,31). Sum of RGB (Red+Green+Blue) = 111+113+31=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #6F711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F711F is #908EE0. Grayscale: #676767. Windows color (decimal): -9473761 or 2060655. OLE color: 2060655.

HSL color Cylindrical-coordinate representation of color #6F711F: hue angle of 61.46º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F711F is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 31 -
CMYK 0.02 0 0.73 0.56
HSL 61.46º 0.57% 0.28% -
HSV(B) 61.46º 0.73% 0.44% -
XYZ 12.71 15.29 3.58 -
YUV 103.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 111 113 31 0.02 0 0.73 0.56 61.46 0.57 0.28
Hex 6F 71 1F 2 0 49 38 3D 39 1C
Octal 157 161 37 2 0 111 70 75 71 34
Binary 1101111 1110001 11111 10 0 1001001 111000 111101 111001 11100

Color Harmonies of #6F711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F711F

Black with #6F711F

Text Example


Text Example

White with #6F711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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