Html Css Color HEX #747121 Olivetone

📋 copy color: '#747121'

red 116 ◦ green 113 ◦ blue 33

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

Shades of Olivetone #747121

Tints of Olivetone #747121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.6%

R = 44.27%
G = 43.13%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#747121 (or 0x747121) is known color: Olivetone. HEX triplet: 74, 71 and 21. RGB value is (116,113,33). Sum of RGB (Red+Green+Blue) = 116+113+33=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #747121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747121 is #8B8EDE. Grayscale: #696969. Windows color (decimal): -9146079 or 2191732. OLE color: 2191732.

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

Color convert

RGB 116 113 33 -
CMYK 0 0.03 0.72 0.55
HSL 57.83º 0.56% 0.29% -
HSV(B) 57.83º 0.72% 0.45% -
XYZ 13.38 15.63 3.75 -
YUV 104.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 116 113 33 0 0.03 0.72 0.55 57.83 0.56 0.29
Hex 74 71 21 0 3 48 37 3A 38 1D
Octal 164 161 41 0 3 110 67 72 70 35
Binary 1110100 1110001 100001 0 11 1001000 110111 111010 111000 11101

Color Harmonies of #747121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747121

Black with #747121

Text Example


Text Example

White with #747121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747121; }

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

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

background-color css

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

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

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

border-color css

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

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

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