Html Css Color HEX #6F712A Olivetone

📋 copy color: '#6F712A'

red 111 ◦ green 113 ◦ blue 42

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

Shades of Olivetone #6F712A

Tints of Olivetone #6F712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 41.73%
G = 42.48%
B = 15.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F712A (or 0x6F712A) is known color: Olivetone. HEX triplet: 6F, 71 and 2A. RGB value is (111,113,42). Sum of RGB (Red+Green+Blue) = 111+113+42=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #6F712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F712A is #908ED5. Grayscale: #686868. Windows color (decimal): -9473750 or 2781551. OLE color: 2781551.

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

Color convert

RGB 111 113 42 -
CMYK 0.02 0 0.63 0.56
HSL 61.69º 0.46% 0.3% -
HSV(B) 61.69º 0.63% 0.44% -
XYZ 12.88 15.36 4.48 -
YUV 104.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 111 113 42 0.02 0 0.63 0.56 61.69 0.46 0.3
Hex 6F 71 2A 2 0 3F 38 3E 2E 1E
Octal 157 161 52 2 0 77 70 76 56 36
Binary 1101111 1110001 101010 10 0 111111 111000 111110 101110 11110

Color Harmonies of #6F712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F712A

Black with #6F712A

Text Example


Text Example

White with #6F712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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