Html Css Color HEX #748650 Finch

📋 copy color: '#748650'

red 116 ◦ green 134 ◦ blue 80

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

Shades of Finch #748650

Tints of Finch #748650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 35.15%
G = 40.61%
B = 24.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#748650 (or 0x748650) is known color: Finch. HEX triplet: 74, 86 and 50. RGB value is (116,134,80). Sum of RGB (Red+Green+Blue) = 116+134+80=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #748650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748650 is #8B79AF. Grayscale: #7A7A7A. Windows color (decimal): -9140656 or 5277300. OLE color: 5277300.

HSL color Cylindrical-coordinate representation of color #748650: hue angle of 80º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748650 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 80 -
CMYK 0.13 0 0.40 0.47
HSL 80º 0.25% 0.42% -
HSV(B) 80º 0.4% 0.53% -
XYZ 17.18 21.34 10.8 -
YUV 122.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 116 134 80 0.13 0 0.40 0.47 80 0.25 0.42
Hex 74 86 50 D 0 28 2F 50 19 2A
Octal 164 206 120 15 0 50 57 120 31 52
Binary 1110100 10000110 1010000 1101 0 101000 101111 1010000 11001 101010

Color Harmonies of #748650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748650

Black with #748650

Text Example


Text Example

White with #748650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748650; }

 p { color: rgb(116,134,80); }

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

background-color css

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

 a { background-color: rgb(116,134,80); }

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

border-color css

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

 span { border-color: rgb(116,134,80); }

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