Html Css Color HEX #7A8260 Finch

📋 copy color: '#7A8260'

red 122 ◦ green 130 ◦ blue 96

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

Shades of Finch #7A8260

Tints of Finch #7A8260

RGB

 RED value IS 122 (48.05% from 255) = 35.06%

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 35.06%
G = 37.36%
B = 27.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#7A8260 (or 0x7A8260) is known color: Finch. HEX triplet: 7A, 82 and 60. RGB value is (122,130,96). Sum of RGB (Red+Green+Blue) = 122+130+96=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8260 is #857D9F. Grayscale: #7B7B7B. Windows color (decimal): -8748448 or 6324858. OLE color: 6324858.

HSL color Cylindrical-coordinate representation of color #7A8260: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A8260 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 96 -
CMYK 0.06 0 0.26 0.49
HSL 74.12º 0.15% 0.44% -
HSV(B) 74.12º 0.26% 0.51% -
XYZ 18.12 20.95 14.15 -
YUV 123.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 122 130 96 0.06 0 0.26 0.49 74.12 0.15 0.44
Hex 7A 82 60 6 0 1A 31 4A F 2C
Octal 172 202 140 6 0 32 61 112 17 54
Binary 1111010 10000010 1100000 110 0 11010 110001 1001010 1111 101100

Color Harmonies of #7A8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8260

Black with #7A8260

Text Example


Text Example

White with #7A8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8260; }

 p { color: rgb(122,130,96); }

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

background-color css

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

 a { background-color: rgb(122,130,96); }

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

border-color css

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

 span { border-color: rgb(122,130,96); }

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