Html Css Color HEX #747116 Olivetone

📋 copy color: '#747116'

red 116 ◦ green 113 ◦ blue 22

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

Shades of Olivetone #747116

Tints of Olivetone #747116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 46.22%
G = 45.02%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#747116 (or 0x747116) is known color: Olivetone. HEX triplet: 74, 71 and 16. RGB value is (116,113,22). Sum of RGB (Red+Green+Blue) = 116+113+22=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #747116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747116 is #8B8EE9. Grayscale: #676767. Windows color (decimal): -9146090 or 1470836. OLE color: 1470836.

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

Color convert

RGB 116 113 22 -
CMYK 0 0.03 0.81 0.55
HSL 58.09º 0.68% 0.27% -
HSV(B) 58.09º 0.81% 0.45% -
XYZ 13.25 15.58 3.07 -
YUV 103.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 116 113 22 0 0.03 0.81 0.55 58.09 0.68 0.27
Hex 74 71 16 0 3 51 37 3A 44 1B
Octal 164 161 26 0 3 121 67 72 104 33
Binary 1110100 1110001 10110 0 11 1010001 110111 111010 1000100 11011

Color Harmonies of #747116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747116

Black with #747116

Text Example


Text Example

White with #747116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747116; }

 p { color: rgb(116,113,22); }

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

background-color css

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

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

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

border-color css

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

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

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