Html Css Color HEX #768250 Finch

📋 copy color: '#768250'

red 118 ◦ green 130 ◦ blue 80

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

Shades of Finch #768250

Tints of Finch #768250

RGB

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

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

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

R = 35.98%
G = 39.63%
B = 24.39%

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

#768250 (or 0x768250) is known color: Finch. HEX triplet: 76, 82 and 50. RGB value is (118,130,80). Sum of RGB (Red+Green+Blue) = 118+130+80=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #768250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768250 is #897DAF. Grayscale: #787878. Windows color (decimal): -9010608 or 5276278. OLE color: 5276278.

HSL color Cylindrical-coordinate representation of color #768250: hue angle of 74.4º degrees, saturation: 0.24, 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 #768250 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 80 -
CMYK 0.09 0 0.38 0.49
HSL 74.4º 0.24% 0.41% -
HSV(B) 74.4º 0.38% 0.51% -
XYZ 16.9 20.4 10.64 -
YUV 120.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 118 130 80 0.09 0 0.38 0.49 74.4 0.24 0.41
Hex 76 82 50 9 0 26 31 4A 18 29
Octal 166 202 120 11 0 46 61 112 30 51
Binary 1110110 10000010 1010000 1001 0 100110 110001 1001010 11000 101001

Color Harmonies of #768250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768250

Black with #768250

Text Example


Text Example

White with #768250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768250; }

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

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

background-color css

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

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

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

border-color css

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

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

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