Html Css Color HEX #747010 Olivetone

📋 copy color: '#747010'

red 116 ◦ green 112 ◦ blue 16

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

Shades of Olivetone #747010

Tints of Olivetone #747010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 47.54%
G = 45.9%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#747010 (or 0x747010) is known color: Olivetone. HEX triplet: 74, 70 and 10. RGB value is (116,112,16). Sum of RGB (Red+Green+Blue) = 116+112+16=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #747010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747010 is #8B8FEF. Grayscale: #666666. Windows color (decimal): -9146352 or 1077364. OLE color: 1077364.

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

Color convert

RGB 116 112 16 -
CMYK 0 0.03 0.86 0.55
HSL 57.6º 0.76% 0.26% -
HSV(B) 57.6º 0.86% 0.45% -
XYZ 13.09 15.34 2.76 -
YUV 102.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 116 112 16 0 0.03 0.86 0.55 57.6 0.76 0.26
Hex 74 70 10 0 3 56 37 3A 4C 1A
Octal 164 160 20 0 3 126 67 72 114 32
Binary 1110100 1110000 10000 0 11 1010110 110111 111010 1001100 11010

Color Harmonies of #747010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747010

Black with #747010

Text Example


Text Example

White with #747010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747010; }

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

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

background-color css

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

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

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

border-color css

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

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

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