Html Css Color HEX #6F711E Olivetone

📋 copy color: '#6F711E'

red 111 ◦ green 113 ◦ blue 30

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

Shades of Olivetone #6F711E

Tints of Olivetone #6F711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 43.7%
G = 44.49%
B = 11.81%

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

#6F711E (or 0x6F711E) is known color: Olivetone. HEX triplet: 6F, 71 and 1E. RGB value is (111,113,30). Sum of RGB (Red+Green+Blue) = 111+113+30=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #6F711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F711E is #908EE1. Grayscale: #676767. Windows color (decimal): -9473762 or 1995119. OLE color: 1995119.

HSL color Cylindrical-coordinate representation of color #6F711E: hue angle of 61.45º degrees, saturation: 0.58, 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 #6F711E is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 30 -
CMYK 0.02 0 0.73 0.56
HSL 61.45º 0.58% 0.28% -
HSV(B) 61.45º 0.73% 0.44% -
XYZ 12.7 15.28 3.51 -
YUV 102.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 111 113 30 0.02 0 0.73 0.56 61.45 0.58 0.28
Hex 6F 71 1E 2 0 49 38 3D 3A 1C
Octal 157 161 36 2 0 111 70 75 72 34
Binary 1101111 1110001 11110 10 0 1001001 111000 111101 111010 11100

Color Harmonies of #6F711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F711E

Black with #6F711E

Text Example


Text Example

White with #6F711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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