Html Css Color HEX #6F731C Olivetone

📋 copy color: '#6F731C'

red 111 ◦ green 115 ◦ blue 28

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

Shades of Olivetone #6F731C

Tints of Olivetone #6F731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 43.7%
G = 45.28%
B = 11.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#6F731C (or 0x6F731C) is known color: Olivetone. HEX triplet: 6F, 73 and 1C. RGB value is (111,115,28). Sum of RGB (Red+Green+Blue) = 111+115+28=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #6F731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F731C is #908CE3. Grayscale: #686868. Windows color (decimal): -9473252 or 1864559. OLE color: 1864559.

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

Color convert

RGB 111 115 28 -
CMYK 0.03 0 0.76 0.55
HSL 62.76º 0.61% 0.28% -
HSV(B) 62.76º 0.76% 0.45% -
XYZ 12.9 15.72 3.45 -
YUV 103.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 111 115 28 0.03 0 0.76 0.55 62.76 0.61 0.28
Hex 6F 73 1C 3 0 4C 37 3F 3D 1C
Octal 157 163 34 3 0 114 67 77 75 34
Binary 1101111 1110011 11100 11 0 1001100 110111 111111 111101 11100

Color Harmonies of #6F731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F731C

Black with #6F731C

Text Example


Text Example

White with #6F731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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