Html Css Color HEX #747017 Olivetone

📋 copy color: '#747017'

red 116 ◦ green 112 ◦ blue 23

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

Shades of Olivetone #747017

Tints of Olivetone #747017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 46.22%
G = 44.62%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#747017 (or 0x747017) is known color: Olivetone. HEX triplet: 74, 70 and 17. RGB value is (116,112,23). Sum of RGB (Red+Green+Blue) = 116+112+23=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #747017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747017 is #8B8FE8. Grayscale: #676767. Windows color (decimal): -9146345 or 1536116. OLE color: 1536116.

HSL color Cylindrical-coordinate representation of color #747017: hue angle of 57.42º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #747017 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 23 -
CMYK 0 0.03 0.80 0.55
HSL 57.42º 0.67% 0.27% -
HSV(B) 57.42º 0.8% 0.45% -
XYZ 13.15 15.36 3.08 -
YUV 103.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 116 112 23 0 0.03 0.80 0.55 57.42 0.67 0.27
Hex 74 70 17 0 3 50 37 39 43 1B
Octal 164 160 27 0 3 120 67 71 103 33
Binary 1110100 1110000 10111 0 11 1010000 110111 111001 1000011 11011

Color Harmonies of #747017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747017

Black with #747017

Text Example


Text Example

White with #747017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747017; }

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

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

background-color css

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

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

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

border-color css

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

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

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