Html Css Color HEX #747713 Olivetone

📋 copy color: '#747713'

red 116 ◦ green 119 ◦ blue 19

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

Shades of Olivetone #747713

Tints of Olivetone #747713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 45.67%
G = 46.85%
B = 7.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#747713 (or 0x747713) is known color: Olivetone. HEX triplet: 74, 77 and 13. RGB value is (116,119,19). Sum of RGB (Red+Green+Blue) = 116+119+19=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #747713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747713 is #8B88EC. Grayscale: #6B6B6B. Windows color (decimal): -9144557 or 1275764. OLE color: 1275764.

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

Color convert

RGB 116 119 19 -
CMYK 0.03 0 0.84 0.53
HSL 61.8º 0.72% 0.27% -
HSV(B) 61.8º 0.84% 0.47% -
XYZ 13.92 16.95 3.15 -
YUV 106.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 116 119 19 0.03 0 0.84 0.53 61.8 0.72 0.27
Hex 74 77 13 3 0 54 35 3E 48 1B
Octal 164 167 23 3 0 124 65 76 110 33
Binary 1110100 1110111 10011 11 0 1010100 110101 111110 1001000 11011

Color Harmonies of #747713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747713

Black with #747713

Text Example


Text Example

White with #747713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747713; }

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

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

background-color css

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

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

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

border-color css

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

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

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