Html Css Color HEX #747019 Olivetone

📋 copy color: '#747019'

red 116 ◦ green 112 ◦ blue 25

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

Shades of Olivetone #747019

Tints of Olivetone #747019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 45.85%
G = 44.27%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#747019 (or 0x747019) is known color: Olivetone. HEX triplet: 74, 70 and 19. RGB value is (116,112,25). Sum of RGB (Red+Green+Blue) = 116+112+25=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #747019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747019 is #8B8FE6. Grayscale: #676767. Windows color (decimal): -9146343 or 1667188. OLE color: 1667188.

HSL color Cylindrical-coordinate representation of color #747019: hue angle of 57.36º 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 #747019 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 25 -
CMYK 0 0.03 0.78 0.55
HSL 57.36º 0.65% 0.28% -
HSV(B) 57.36º 0.78% 0.45% -
XYZ 13.17 15.37 3.19 -
YUV 103.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 116 112 25 0 0.03 0.78 0.55 57.36 0.65 0.28
Hex 74 70 19 0 3 4E 37 39 41 1C
Octal 164 160 31 0 3 116 67 71 101 34
Binary 1110100 1110000 11001 0 11 1001110 110111 111001 1000001 11100

Color Harmonies of #747019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747019

Black with #747019

Text Example


Text Example

White with #747019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747019; }

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

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

background-color css

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

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

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

border-color css

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

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

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