Html Css Color HEX #747216 Olivetone

📋 copy color: '#747216'

red 116 ◦ green 114 ◦ blue 22

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

Shades of Olivetone #747216

Tints of Olivetone #747216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 46.03%
G = 45.24%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#747216 (or 0x747216) is known color: Olivetone. HEX triplet: 74, 72 and 16. RGB value is (116,114,22). Sum of RGB (Red+Green+Blue) = 116+114+22=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #747216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747216 is #8B8DE9. Grayscale: #686868. Windows color (decimal): -9145834 or 1471092. OLE color: 1471092.

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

Color convert

RGB 116 114 22 -
CMYK 0 0.02 0.81 0.55
HSL 58.72º 0.68% 0.27% -
HSV(B) 58.72º 0.81% 0.45% -
XYZ 13.36 15.81 3.11 -
YUV 104.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 116 114 22 0 0.02 0.81 0.55 58.72 0.68 0.27
Hex 74 72 16 0 2 51 37 3B 44 1B
Octal 164 162 26 0 2 121 67 73 104 33
Binary 1110100 1110010 10110 0 10 1010001 110111 111011 1000100 11011

Color Harmonies of #747216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747216

Black with #747216

Text Example


Text Example

White with #747216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747216; }

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

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

background-color css

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

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

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

border-color css

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

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

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