Html Css Color HEX #768149 Finch

📋 copy color: '#768149'

red 118 ◦ green 129 ◦ blue 73

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

Shades of Finch #768149

Tints of Finch #768149

RGB

 RED value IS 118 (46.48% from 255) = 36.88%

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

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 36.88%
G = 40.31%
B = 22.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#768149 (or 0x768149) is known color: Finch. HEX triplet: 76, 81 and 49. RGB value is (118,129,73). Sum of RGB (Red+Green+Blue) = 118+129+73=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #768149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768149 is #897EB6. Grayscale: #777777. Windows color (decimal): -9010871 or 4817270. OLE color: 4817270.

HSL color Cylindrical-coordinate representation of color #768149: hue angle of 71.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768149 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 73 -
CMYK 0.09 0 0.43 0.49
HSL 71.79º 0.28% 0.4% -
HSV(B) 71.79º 0.43% 0.51% -
XYZ 16.52 20.03 9.3 -
YUV 119.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 118 129 73 0.09 0 0.43 0.49 71.79 0.28 0.4
Hex 76 81 49 9 0 2B 31 48 1C 28
Octal 166 201 111 11 0 53 61 110 34 50
Binary 1110110 10000001 1001001 1001 0 101011 110001 1001000 11100 101000

Color Harmonies of #768149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768149

Black with #768149

Text Example


Text Example

White with #768149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768149; }

 p { color: rgb(118,129,73); }

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

background-color css

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

 a { background-color: rgb(118,129,73); }

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

border-color css

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

 span { border-color: rgb(118,129,73); }

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