Html Css Color HEX #6F7321 Olivetone

📋 copy color: '#6F7321'

red 111 ◦ green 115 ◦ blue 33

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

Shades of Olivetone #6F7321

Tints of Olivetone #6F7321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 42.86%
G = 44.4%
B = 12.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#6F7321 (or 0x6F7321) is known color: Olivetone. HEX triplet: 6F, 73 and 21. RGB value is (111,115,33). Sum of RGB (Red+Green+Blue) = 111+115+33=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7321 is #908CDE. Grayscale: #686868. Windows color (decimal): -9473247 or 2192239. OLE color: 2192239.

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

Color convert

RGB 111 115 33 -
CMYK 0.03 0 0.71 0.55
HSL 62.93º 0.55% 0.29% -
HSV(B) 62.93º 0.71% 0.45% -
XYZ 12.96 15.75 3.8 -
YUV 104.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 111 115 33 0.03 0 0.71 0.55 62.93 0.55 0.29
Hex 6F 73 21 3 0 47 37 3F 37 1D
Octal 157 163 41 3 0 107 67 77 67 35
Binary 1101111 1110011 100001 11 0 1000111 110111 111111 110111 11101

Color Harmonies of #6F7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7321

Black with #6F7321

Text Example


Text Example

White with #6F7321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,33); }

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

background-color css

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

 a { background-color: rgb(111,115,33); }

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

border-color css

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

 span { border-color: rgb(111,115,33); }

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