Html Css Color HEX #7F8650 Finch

📋 copy color: '#7F8650'

red 127 ◦ green 134 ◦ blue 80

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

Shades of Finch #7F8650

Tints of Finch #7F8650

RGB

 RED value IS 127 (50% from 255) = 37.24%

 GREEN value IS 134 (52.73% from 255) = 39.3%

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

R = 37.24%
G = 39.3%
B = 23.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#7F8650 (or 0x7F8650) is known color: Finch. HEX triplet: 7F, 86 and 50. RGB value is (127,134,80). Sum of RGB (Red+Green+Blue) = 127+134+80=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8650 is #8079AF. Grayscale: #7D7D7D. Windows color (decimal): -8419760 or 5277311. OLE color: 5277311.

HSL color Cylindrical-coordinate representation of color #7F8650: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F8650 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 134 80 -
CMYK 0.05 0 0.40 0.47
HSL 67.78º 0.25% 0.42% -
HSV(B) 67.78º 0.4% 0.53% -
XYZ 18.73 22.14 10.88 -
YUV 125.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 127 134 80 0.05 0 0.40 0.47 67.78 0.25 0.42
Hex 7F 86 50 5 0 28 2F 44 19 2A
Octal 177 206 120 5 0 50 57 104 31 52
Binary 1111111 10000110 1010000 101 0 101000 101111 1000100 11001 101010

Color Harmonies of #7F8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8650

Black with #7F8650

Text Example


Text Example

White with #7F8650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,134,80); }

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

background-color css

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

 a { background-color: rgb(127,134,80); }

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

border-color css

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

 span { border-color: rgb(127,134,80); }

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