Html Css Color HEX #747821 Olivetone

📋 copy color: '#747821'

red 116 ◦ green 120 ◦ blue 33

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

Shades of Olivetone #747821

Tints of Olivetone #747821

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

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

R = 43.12%
G = 44.61%
B = 12.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#747821 (or 0x747821) is known color: Olivetone. HEX triplet: 74, 78 and 21. RGB value is (116,120,33). Sum of RGB (Red+Green+Blue) = 116+120+33=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #747821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747821 is #8B87DE. Grayscale: #6D6D6D. Windows color (decimal): -9144287 or 2193524. OLE color: 2193524.

HSL color Cylindrical-coordinate representation of color #747821: hue angle of 62.76º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #747821 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 33 -
CMYK 0.03 0 0.72 0.53
HSL 62.76º 0.57% 0.3% -
HSV(B) 62.76º 0.73% 0.47% -
XYZ 14.19 17.26 4.02 -
YUV 108.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 116 120 33 0.03 0 0.72 0.53 62.76 0.57 0.3
Hex 74 78 21 3 0 48 35 3F 39 1E
Octal 164 170 41 3 0 110 65 77 71 36
Binary 1110100 1111000 100001 11 0 1001000 110101 111111 111001 11110

Color Harmonies of #747821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747821

Black with #747821

Text Example


Text Example

White with #747821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747821; }

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

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

background-color css

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

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

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

border-color css

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

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

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