Html Css Color HEX #747124 Olivetone

📋 copy color: '#747124'

red 116 ◦ green 113 ◦ blue 36

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

Shades of Olivetone #747124

Tints of Olivetone #747124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 43.77%
G = 42.64%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#747124 (or 0x747124) is known color: Olivetone. HEX triplet: 74, 71 and 24. RGB value is (116,113,36). Sum of RGB (Red+Green+Blue) = 116+113+36=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #747124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747124 is #8B8EDB. Grayscale: #696969. Windows color (decimal): -9146076 or 2388340. OLE color: 2388340.

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

Color convert

RGB 116 113 36 -
CMYK 0 0.03 0.69 0.55
HSL 57.75º 0.53% 0.3% -
HSV(B) 57.75º 0.69% 0.45% -
XYZ 13.43 15.65 3.98 -
YUV 105.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 116 113 36 0 0.03 0.69 0.55 57.75 0.53 0.3
Hex 74 71 24 0 3 45 37 3A 35 1E
Octal 164 161 44 0 3 105 67 72 65 36
Binary 1110100 1110001 100100 0 11 1000101 110111 111010 110101 11110

Color Harmonies of #747124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747124

Black with #747124

Text Example


Text Example

White with #747124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747124; }

 p { color: rgb(116,113,36); }

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

background-color css

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

 a { background-color: rgb(116,113,36); }

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

border-color css

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

 span { border-color: rgb(116,113,36); }

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