Html Css Color HEX #747312 Olivetone

📋 copy color: '#747312'

red 116 ◦ green 115 ◦ blue 18

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

Shades of Olivetone #747312

Tints of Olivetone #747312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 46.59%
G = 46.18%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#747312 (or 0x747312) is known color: Olivetone. HEX triplet: 74, 73 and 12. RGB value is (116,115,18). Sum of RGB (Red+Green+Blue) = 116+115+18=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #747312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747312 is #8B8CED. Grayscale: #686868. Windows color (decimal): -9145582 or 1209204. OLE color: 1209204.

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

Color convert

RGB 116 115 18 -
CMYK 0 0.01 0.84 0.55
HSL 59.39º 0.73% 0.26% -
HSV(B) 59.39º 0.84% 0.45% -
XYZ 13.44 16.02 2.96 -
YUV 104.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 116 115 18 0 0.01 0.84 0.55 59.39 0.73 0.26
Hex 74 73 12 0 1 54 37 3B 49 1A
Octal 164 163 22 0 1 124 67 73 111 32
Binary 1110100 1110011 10010 0 1 1010100 110111 111011 1001001 11010

Color Harmonies of #747312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747312

Black with #747312

Text Example


Text Example

White with #747312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747312; }

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

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

background-color css

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

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

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

border-color css

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

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

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