Html Css Color HEX #747416 Olivetone

📋 copy color: '#747416'

red 116 ◦ green 116 ◦ blue 22

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

Shades of Olivetone #747416

Tints of Olivetone #747416

RGB

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

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

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

R = 45.67%
G = 45.67%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#747416 (or 0x747416) is known color: Olivetone. HEX triplet: 74, 74 and 16. RGB value is (116,116,22). Sum of RGB (Red+Green+Blue) = 116+116+22=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747416 is #8B8BE9. Grayscale: #696969. Windows color (decimal): -9145322 or 1471604. OLE color: 1471604.

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

Color convert

RGB 116 116 22 -
CMYK 0 0 0.81 0.55
HSL 60º 0.68% 0.27% -
HSV(B) 60º 0.81% 0.45% -
XYZ 13.59 16.26 3.18 -
YUV 105.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 116 116 22 0 0 0.81 0.55 60 0.68 0.27
Hex 74 74 16 0 0 51 37 3C 44 1B
Octal 164 164 26 0 0 121 67 74 104 33
Binary 1110100 1110100 10110 0 0 1010001 110111 111100 1000100 11011

Color Harmonies of #747416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747416

Black with #747416

Text Example


Text Example

White with #747416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747416; }

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

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

background-color css

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

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

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

border-color css

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

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

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