Html Css Color HEX #747021 Olivetone

📋 copy color: '#747021'

red 116 ◦ green 112 ◦ blue 33

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

Shades of Olivetone #747021

Tints of Olivetone #747021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 44.44%
G = 42.91%
B = 12.64%

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

#747021 (or 0x747021) is known color: Olivetone. HEX triplet: 74, 70 and 21. RGB value is (116,112,33). Sum of RGB (Red+Green+Blue) = 116+112+33=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #747021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747021 is #8B8FDE. Grayscale: #686868. Windows color (decimal): -9146335 or 2191476. OLE color: 2191476.

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

Color convert

RGB 116 112 33 -
CMYK 0 0.03 0.72 0.55
HSL 57.11º 0.56% 0.29% -
HSV(B) 57.11º 0.72% 0.45% -
XYZ 13.27 15.41 3.71 -
YUV 104.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 116 112 33 0 0.03 0.72 0.55 57.11 0.56 0.29
Hex 74 70 21 0 3 48 37 39 38 1D
Octal 164 160 41 0 3 110 67 71 70 35
Binary 1110100 1110000 100001 0 11 1001000 110111 111001 111000 11101

Color Harmonies of #747021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747021

Black with #747021

Text Example


Text Example

White with #747021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747021; }

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

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

background-color css

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

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

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

border-color css

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

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

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