Html Css Color HEX #747316 Olivetone

📋 copy color: '#747316'

red 116 ◦ green 115 ◦ blue 22

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

Shades of Olivetone #747316

Tints of Olivetone #747316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 45.85%
G = 45.45%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#747316 (or 0x747316) is known color: Olivetone. HEX triplet: 74, 73 and 16. RGB value is (116,115,22). Sum of RGB (Red+Green+Blue) = 116+115+22=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #747316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747316 is #8B8CE9. Grayscale: #696969. Windows color (decimal): -9145578 or 1471348. OLE color: 1471348.

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

Color convert

RGB 116 115 22 -
CMYK 0 0.01 0.81 0.55
HSL 59.36º 0.68% 0.27% -
HSV(B) 59.36º 0.81% 0.45% -
XYZ 13.48 16.03 3.14 -
YUV 104.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 116 115 22 0 0.01 0.81 0.55 59.36 0.68 0.27
Hex 74 73 16 0 1 51 37 3B 44 1B
Octal 164 163 26 0 1 121 67 73 104 33
Binary 1110100 1110011 10110 0 1 1010001 110111 111011 1000100 11011

Color Harmonies of #747316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747316

Black with #747316

Text Example


Text Example

White with #747316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747316; }

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

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

background-color css

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

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

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

border-color css

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

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

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