Html Css Color HEX #7D8959 Finch

📋 copy color: '#7D8959'

red 125 ◦ green 137 ◦ blue 89

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

Shades of Finch #7D8959

Tints of Finch #7D8959

RGB

 RED value IS 125 (49.22% from 255) = 35.61%

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 89 (35.16% from 255) = 25.36%

R = 35.61%
G = 39.03%
B = 25.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#7D8959 (or 0x7D8959) is known color: Finch. HEX triplet: 7D, 89 and 59. RGB value is (125,137,89). Sum of RGB (Red+Green+Blue) = 125+137+89=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8959 is #8276A6. Grayscale: #808080. Windows color (decimal): -8550055 or 5867901. OLE color: 5867901.

HSL color Cylindrical-coordinate representation of color #7D8959: hue angle of 75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D8959 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 89 -
CMYK 0.09 0 0.35 0.46
HSL 75º 0.21% 0.44% -
HSV(B) 75º 0.35% 0.54% -
XYZ 19.21 22.97 12.87 -
YUV 127.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 125 137 89 0.09 0 0.35 0.46 75 0.21 0.44
Hex 7D 89 59 9 0 23 2E 4B 15 2C
Octal 175 211 131 11 0 43 56 113 25 54
Binary 1111101 10001001 1011001 1001 0 100011 101110 1001011 10101 101100

Color Harmonies of #7D8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8959

Black with #7D8959

Text Example


Text Example

White with #7D8959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,137,89); }

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

background-color css

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

 a { background-color: rgb(125,137,89); }

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

border-color css

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

 span { border-color: rgb(125,137,89); }

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