Html Css Color HEX #747513 Olivetone

📋 copy color: '#747513'

red 116 ◦ green 117 ◦ blue 19

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

Shades of Olivetone #747513

Tints of Olivetone #747513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 46.03%
G = 46.43%
B = 7.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#747513 (or 0x747513) is known color: Olivetone. HEX triplet: 74, 75 and 13. RGB value is (116,117,19). Sum of RGB (Red+Green+Blue) = 116+117+19=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #747513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747513 is #8B8AEC. Grayscale: #696969. Windows color (decimal): -9145069 or 1275252. OLE color: 1275252.

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

Color convert

RGB 116 117 19 -
CMYK 0.01 0 0.84 0.54
HSL 60.61º 0.72% 0.27% -
HSV(B) 60.61º 0.84% 0.46% -
XYZ 13.68 16.48 3.08 -
YUV 105.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 116 117 19 0.01 0 0.84 0.54 60.61 0.72 0.27
Hex 74 75 13 1 0 54 36 3D 48 1B
Octal 164 165 23 1 0 124 66 75 110 33
Binary 1110100 1110101 10011 1 0 1010100 110110 111101 1001000 11011

Color Harmonies of #747513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747513

Black with #747513

Text Example


Text Example

White with #747513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747513; }

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

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

background-color css

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

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

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

border-color css

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

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

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