Html Css Color HEX #747313 Olivetone

📋 copy color: '#747313'

red 116 ◦ green 115 ◦ blue 19

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

Shades of Olivetone #747313

Tints of Olivetone #747313

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 46.4%
G = 46%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#747313 (or 0x747313) is known color: Olivetone. HEX triplet: 74, 73 and 13. RGB value is (116,115,19). Sum of RGB (Red+Green+Blue) = 116+115+19=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #747313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747313 is #8B8CEC. Grayscale: #686868. Windows color (decimal): -9145581 or 1274740. OLE color: 1274740.

HSL color Cylindrical-coordinate representation of color #747313: hue angle of 59.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747313 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 19 -
CMYK 0 0.01 0.84 0.55
HSL 59.38º 0.72% 0.26% -
HSV(B) 59.38º 0.84% 0.45% -
XYZ 13.45 16.02 3 -
YUV 104.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 116 115 19 0 0.01 0.84 0.55 59.38 0.72 0.26
Hex 74 73 13 0 1 54 37 3B 48 1A
Octal 164 163 23 0 1 124 67 73 110 32
Binary 1110100 1110011 10011 0 1 1010100 110111 111011 1001000 11010

Color Harmonies of #747313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747313

Black with #747313

Text Example


Text Example

White with #747313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747313; }

 p { color: rgb(116,115,19); }

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

background-color css

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

 a { background-color: rgb(116,115,19); }

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

border-color css

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

 span { border-color: rgb(116,115,19); }

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