Html Css Color HEX #747921 Olivetone

📋 copy color: '#747921'

red 116 ◦ green 121 ◦ blue 33

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

Shades of Olivetone #747921

Tints of Olivetone #747921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 42.96%
G = 44.81%
B = 12.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#747921 (or 0x747921) is known color: Olivetone. HEX triplet: 74, 79 and 21. RGB value is (116,121,33). Sum of RGB (Red+Green+Blue) = 116+121+33=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #747921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747921 is #8B86DE. Grayscale: #6D6D6D. Windows color (decimal): -9144031 or 2193780. OLE color: 2193780.

HSL color Cylindrical-coordinate representation of color #747921: hue angle of 63.41º 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 #747921 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 33 -
CMYK 0.04 0 0.73 0.53
HSL 63.41º 0.57% 0.3% -
HSV(B) 63.41º 0.73% 0.47% -
XYZ 14.31 17.5 4.06 -
YUV 109.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 116 121 33 0.04 0 0.73 0.53 63.41 0.57 0.3
Hex 74 79 21 4 0 49 35 3F 39 1E
Octal 164 171 41 4 0 111 65 77 71 36
Binary 1110100 1111001 100001 100 0 1001001 110101 111111 111001 11110

Color Harmonies of #747921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747921

Black with #747921

Text Example


Text Example

White with #747921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747921; }

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

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

background-color css

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

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

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

border-color css

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

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

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