Html Css Color HEX #6F721D Olivetone

📋 copy color: '#6F721D'

red 111 ◦ green 114 ◦ blue 29

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

Shades of Olivetone #6F721D

Tints of Olivetone #6F721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 43.7%
G = 44.88%
B = 11.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#6F721D (or 0x6F721D) is known color: Olivetone. HEX triplet: 6F, 72 and 1D. RGB value is (111,114,29). Sum of RGB (Red+Green+Blue) = 111+114+29=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721D is #908DE2. Grayscale: #676767. Windows color (decimal): -9473507 or 1929839. OLE color: 1929839.

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

Color convert

RGB 111 114 29 -
CMYK 0.03 0 0.75 0.55
HSL 62.12º 0.59% 0.28% -
HSV(B) 62.12º 0.75% 0.45% -
XYZ 12.79 15.5 3.48 -
YUV 103.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 111 114 29 0.03 0 0.75 0.55 62.12 0.59 0.28
Hex 6F 72 1D 3 0 4B 37 3E 3B 1C
Octal 157 162 35 3 0 113 67 76 73 34
Binary 1101111 1110010 11101 11 0 1001011 110111 111110 111011 11100

Color Harmonies of #6F721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F721D

Black with #6F721D

Text Example


Text Example

White with #6F721D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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