Html Css Color HEX #6F7011 Olivetone

📋 copy color: '#6F7011'

red 111 ◦ green 112 ◦ blue 17

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

Shades of Olivetone #6F7011

Tints of Olivetone #6F7011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 46.25%
G = 46.67%
B = 7.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F7011 (or 0x6F7011) is known color: Olivetone. HEX triplet: 6F, 70 and 11. RGB value is (111,112,17). Sum of RGB (Red+Green+Blue) = 111+112+17=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7011 is #908FEE. Grayscale: #656565. Windows color (decimal): -9474031 or 1142895. OLE color: 1142895.

HSL color Cylindrical-coordinate representation of color #6F7011: hue angle of 60.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F7011 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 17 -
CMYK 0.01 0 0.85 0.56
HSL 60.63º 0.74% 0.25% -
HSV(B) 60.63º 0.85% 0.44% -
XYZ 12.45 15.01 2.77 -
YUV 100.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 111 112 17 0.01 0 0.85 0.56 60.63 0.74 0.25
Hex 6F 70 11 1 0 55 38 3D 4A 19
Octal 157 160 21 1 0 125 70 75 112 31
Binary 1101111 1110000 10001 1 0 1010101 111000 111101 1001010 11001

Color Harmonies of #6F7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7011

Black with #6F7011

Text Example


Text Example

White with #6F7011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,17); }

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

background-color css

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

 a { background-color: rgb(111,112,17); }

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

border-color css

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

 span { border-color: rgb(111,112,17); }

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