Html Css Color HEX #74844A Finch

📋 copy color: '#74844A'

red 116 ◦ green 132 ◦ blue 74

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

Shades of Finch #74844A

Tints of Finch #74844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 36.02%
G = 40.99%
B = 22.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#74844A (or 0x74844A) is known color: Finch. HEX triplet: 74, 84 and 4A. RGB value is (116,132,74). Sum of RGB (Red+Green+Blue) = 116+132+74=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #74844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74844A is #8B7BB5. Grayscale: #787878. Windows color (decimal): -9141174 or 4883572. OLE color: 4883572.

HSL color Cylindrical-coordinate representation of color #74844A: hue angle of 76.55º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74844A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 74 -
CMYK 0.12 0 0.44 0.48
HSL 76.55º 0.28% 0.4% -
HSV(B) 76.55º 0.44% 0.52% -
XYZ 16.69 20.71 9.6 -
YUV 120.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 116 132 74 0.12 0 0.44 0.48 76.55 0.28 0.4
Hex 74 84 4A C 0 2C 30 4D 1C 28
Octal 164 204 112 14 0 54 60 115 34 50
Binary 1110100 10000100 1001010 1100 0 101100 110000 1001101 11100 101000

Color Harmonies of #74844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74844A

Black with #74844A

Text Example


Text Example

White with #74844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74844A; }

 p { color: rgb(116,132,74); }

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

background-color css

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

 a { background-color: rgb(116,132,74); }

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

border-color css

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

 span { border-color: rgb(116,132,74); }

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