Html Css Color HEX #6F721A Olivetone

📋 copy color: '#6F721A'

red 111 ◦ green 114 ◦ blue 26

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

Shades of Olivetone #6F721A

Tints of Olivetone #6F721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 44.22%
G = 45.42%
B = 10.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#6F721A (or 0x6F721A) is known color: Olivetone. HEX triplet: 6F, 72 and 1A. RGB value is (111,114,26). Sum of RGB (Red+Green+Blue) = 111+114+26=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721A is #908DE5. Grayscale: #676767. Windows color (decimal): -9473510 or 1733231. OLE color: 1733231.

HSL color Cylindrical-coordinate representation of color #6F721A: hue angle of 62.05º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F721A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 26 -
CMYK 0.03 0 0.77 0.55
HSL 62.05º 0.63% 0.27% -
HSV(B) 62.05º 0.77% 0.45% -
XYZ 12.76 15.49 3.29 -
YUV 103.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 111 114 26 0.03 0 0.77 0.55 62.05 0.63 0.27
Hex 6F 72 1A 3 0 4D 37 3E 3F 1B
Octal 157 162 32 3 0 115 67 76 77 33
Binary 1101111 1110010 11010 11 0 1001101 110111 111110 111111 11011

Color Harmonies of #6F721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F721A

Black with #6F721A

Text Example


Text Example

White with #6F721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,26); }

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

background-color css

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

 a { background-color: rgb(111,114,26); }

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

border-color css

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

 span { border-color: rgb(111,114,26); }

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