Html Css Color HEX #748145 Finch

📋 copy color: '#748145'

red 116 ◦ green 129 ◦ blue 69

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

Shades of Finch #748145

Tints of Finch #748145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 36.94%
G = 41.08%
B = 21.97%

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

#748145 (or 0x748145) is known color: Finch. HEX triplet: 74, 81 and 45. RGB value is (116,129,69). Sum of RGB (Red+Green+Blue) = 116+129+69=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #748145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748145 is #8B7EBA. Grayscale: #767676. Windows color (decimal): -9141947 or 4555124. OLE color: 4555124.

HSL color Cylindrical-coordinate representation of color #748145: hue angle of 73º degrees, saturation: 0.3, 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 #748145 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 69 -
CMYK 0.10 0 0.47 0.49
HSL 73º 0.3% 0.39% -
HSV(B) 73º 0.47% 0.51% -
XYZ 16.13 19.84 8.61 -
YUV 118.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 116 129 69 0.10 0 0.47 0.49 73 0.3 0.39
Hex 74 81 45 A 0 2F 31 49 1E 27
Octal 164 201 105 12 0 57 61 111 36 47
Binary 1110100 10000001 1000101 1010 0 101111 110001 1001001 11110 100111

Color Harmonies of #748145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748145

Black with #748145

Text Example


Text Example

White with #748145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748145; }

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

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

background-color css

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

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

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

border-color css

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

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

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