Html Css Color HEX #747512 Olivetone

📋 copy color: '#747512'

red 116 ◦ green 117 ◦ blue 18

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

Shades of Olivetone #747512

Tints of Olivetone #747512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 46.22%
G = 46.61%
B = 7.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#747512 (or 0x747512) is known color: Olivetone. HEX triplet: 74, 75 and 12. RGB value is (116,117,18). Sum of RGB (Red+Green+Blue) = 116+117+18=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #747512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747512 is #8B8AED. Grayscale: #696969. Windows color (decimal): -9145070 or 1209716. OLE color: 1209716.

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

Color convert

RGB 116 117 18 -
CMYK 0.01 0 0.85 0.54
HSL 60.61º 0.73% 0.26% -
HSV(B) 60.61º 0.85% 0.46% -
XYZ 13.67 16.48 3.03 -
YUV 105.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 116 117 18 0.01 0 0.85 0.54 60.61 0.73 0.26
Hex 74 75 12 1 0 55 36 3D 49 1A
Octal 164 165 22 1 0 125 66 75 111 32
Binary 1110100 1110101 10010 1 0 1010101 110110 111101 1001001 11010

Color Harmonies of #747512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747512

Black with #747512

Text Example


Text Example

White with #747512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747512; }

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

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

background-color css

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

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

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

border-color css

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

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

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