Html Css Color HEX #768251 Finch

📋 copy color: '#768251'

red 118 ◦ green 130 ◦ blue 81

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

Shades of Finch #768251

Tints of Finch #768251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 35.87%
G = 39.51%
B = 24.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#768251 (or 0x768251) is known color: Finch. HEX triplet: 76, 82 and 51. RGB value is (118,130,81). Sum of RGB (Red+Green+Blue) = 118+130+81=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #768251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768251 is #897DAE. Grayscale: #797979. Windows color (decimal): -9010607 or 5341814. OLE color: 5341814.

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

Color convert

RGB 118 130 81 -
CMYK 0.09 0 0.38 0.49
HSL 74.69º 0.23% 0.41% -
HSV(B) 74.69º 0.38% 0.51% -
XYZ 16.94 20.41 10.83 -
YUV 120.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 118 130 81 0.09 0 0.38 0.49 74.69 0.23 0.41
Hex 76 82 51 9 0 26 31 4B 17 29
Octal 166 202 121 11 0 46 61 113 27 51
Binary 1110110 10000010 1010001 1001 0 100110 110001 1001011 10111 101001

Color Harmonies of #768251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768251

Black with #768251

Text Example


Text Example

White with #768251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768251; }

 p { color: rgb(118,130,81); }

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

background-color css

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

 a { background-color: rgb(118,130,81); }

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

border-color css

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

 span { border-color: rgb(118,130,81); }

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