Html Css Color HEX #747922 Olivetone

📋 copy color: '#747922'

red 116 ◦ green 121 ◦ blue 34

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

Shades of Olivetone #747922

Tints of Olivetone #747922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 42.8%
G = 44.65%
B = 12.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#747922 (or 0x747922) is known color: Olivetone. HEX triplet: 74, 79 and 22. RGB value is (116,121,34). Sum of RGB (Red+Green+Blue) = 116+121+34=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #747922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747922 is #8B86DD. Grayscale: #6D6D6D. Windows color (decimal): -9144030 or 2259316. OLE color: 2259316.

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

Color convert

RGB 116 121 34 -
CMYK 0.04 0 0.72 0.53
HSL 63.45º 0.56% 0.3% -
HSV(B) 63.45º 0.72% 0.47% -
XYZ 14.33 17.5 4.14 -
YUV 109.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 116 121 34 0.04 0 0.72 0.53 63.45 0.56 0.3
Hex 74 79 22 4 0 48 35 3F 38 1E
Octal 164 171 42 4 0 110 65 77 70 36
Binary 1110100 1111001 100010 100 0 1001000 110101 111111 111000 11110

Color Harmonies of #747922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747922

Black with #747922

Text Example


Text Example

White with #747922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747922; }

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

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

background-color css

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

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

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

border-color css

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

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

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