Html Css Color HEX #747220 Olivetone

📋 copy color: '#747220'

red 116 ◦ green 114 ◦ blue 32

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

Shades of Olivetone #747220

Tints of Olivetone #747220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 44.27%
G = 43.51%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#747220 (or 0x747220) is known color: Olivetone. HEX triplet: 74, 72 and 20. RGB value is (116,114,32). Sum of RGB (Red+Green+Blue) = 116+114+32=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #747220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747220 is #8B8DDF. Grayscale: #696969. Windows color (decimal): -9145824 or 2126452. OLE color: 2126452.

HSL color Cylindrical-coordinate representation of color #747220: hue angle of 58.57º degrees, saturation: 0.57, 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 #747220 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 32 -
CMYK 0 0.02 0.72 0.55
HSL 58.57º 0.57% 0.29% -
HSV(B) 58.57º 0.72% 0.45% -
XYZ 13.48 15.85 3.72 -
YUV 105.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 116 114 32 0 0.02 0.72 0.55 58.57 0.57 0.29
Hex 74 72 20 0 2 48 37 3B 39 1D
Octal 164 162 40 0 2 110 67 73 71 35
Binary 1110100 1110010 100000 0 10 1001000 110111 111011 111001 11101

Color Harmonies of #747220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747220

Black with #747220

Text Example


Text Example

White with #747220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747220; }

 p { color: rgb(116,114,32); }

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

background-color css

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

 a { background-color: rgb(116,114,32); }

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

border-color css

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

 span { border-color: rgb(116,114,32); }

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