Html Css Color HEX #748144 Finch

📋 copy color: '#748144'

red 116 ◦ green 129 ◦ blue 68

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

Shades of Finch #748144

Tints of Finch #748144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 37.06%
G = 41.21%
B = 21.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#748144 (or 0x748144) is known color: Finch. HEX triplet: 74, 81 and 44. RGB value is (116,129,68). Sum of RGB (Red+Green+Blue) = 116+129+68=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #748144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748144 is #8B7EBB. Grayscale: #767676. Windows color (decimal): -9141948 or 4489588. OLE color: 4489588.

HSL color Cylindrical-coordinate representation of color #748144: hue angle of 72.79º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748144 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 68 -
CMYK 0.10 0 0.47 0.49
HSL 72.79º 0.31% 0.39% -
HSV(B) 72.79º 0.47% 0.51% -
XYZ 16.1 19.83 8.45 -
YUV 118.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 116 129 68 0.10 0 0.47 0.49 72.79 0.31 0.39
Hex 74 81 44 A 0 2F 31 49 1F 27
Octal 164 201 104 12 0 57 61 111 37 47
Binary 1110100 10000001 1000100 1010 0 101111 110001 1001001 11111 100111

Color Harmonies of #748144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748144

Black with #748144

Text Example


Text Example

White with #748144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748144; }

 p { color: rgb(116,129,68); }

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

background-color css

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

 a { background-color: rgb(116,129,68); }

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

border-color css

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

 span { border-color: rgb(116,129,68); }

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