Html Css Color HEX #747419 Olivetone

📋 copy color: '#747419'

red 116 ◦ green 116 ◦ blue 25

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

Shades of Olivetone #747419

Tints of Olivetone #747419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 45.14%
G = 45.14%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#747419 (or 0x747419) is known color: Olivetone. HEX triplet: 74, 74 and 19. RGB value is (116,116,25). Sum of RGB (Red+Green+Blue) = 116+116+25=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747419 is #8B8BE6. Grayscale: #696969. Windows color (decimal): -9145319 or 1668212. OLE color: 1668212.

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

Color convert

RGB 116 116 25 -
CMYK 0 0 0.78 0.55
HSL 60º 0.65% 0.28% -
HSV(B) 60º 0.78% 0.45% -
XYZ 13.62 16.27 3.34 -
YUV 105.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 116 116 25 0 0 0.78 0.55 60 0.65 0.28
Hex 74 74 19 0 0 4E 37 3C 41 1C
Octal 164 164 31 0 0 116 67 74 101 34
Binary 1110100 1110100 11001 0 0 1001110 110111 111100 1000001 11100

Color Harmonies of #747419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747419

Black with #747419

Text Example


Text Example

White with #747419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747419; }

 p { color: rgb(116,116,25); }

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

background-color css

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

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

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

border-color css

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

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

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