Html Css Color HEX #6F7029 Olivetone

📋 copy color: '#6F7029'

red 111 ◦ green 112 ◦ blue 41

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

Shades of Olivetone #6F7029

Tints of Olivetone #6F7029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 42.05%
G = 42.42%
B = 15.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F7029 (or 0x6F7029) is known color: Olivetone. HEX triplet: 6F, 70 and 29. RGB value is (111,112,41). Sum of RGB (Red+Green+Blue) = 111+112+41=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7029 is #908FD6. Grayscale: #676767. Windows color (decimal): -9474007 or 2715759. OLE color: 2715759.

HSL color Cylindrical-coordinate representation of color #6F7029: hue angle of 60.85º 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 #6F7029 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 41 -
CMYK 0.01 0 0.63 0.56
HSL 60.85º 0.46% 0.3% -
HSV(B) 60.85º 0.63% 0.44% -
XYZ 12.75 15.13 4.35 -
YUV 103.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 111 112 41 0.01 0 0.63 0.56 60.85 0.46 0.3
Hex 6F 70 29 1 0 3F 38 3D 2E 1E
Octal 157 160 51 1 0 77 70 75 56 36
Binary 1101111 1110000 101001 1 0 111111 111000 111101 101110 11110

Color Harmonies of #6F7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7029

Black with #6F7029

Text Example


Text Example

White with #6F7029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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