Html Css Color HEX #7F8B58 Finch

📋 copy color: '#7F8B58'

red 127 ◦ green 139 ◦ blue 88

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

Shades of Finch #7F8B58

Tints of Finch #7F8B58

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 35.88%
G = 39.27%
B = 24.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#7F8B58 (or 0x7F8B58) is known color: Finch. HEX triplet: 7F, 8B and 58. RGB value is (127,139,88). Sum of RGB (Red+Green+Blue) = 127+139+88=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8B58 is #8074A7. Grayscale: #818181. Windows color (decimal): -8418472 or 5802879. OLE color: 5802879.

HSL color Cylindrical-coordinate representation of color #7F8B58: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8B58 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 139 88 -
CMYK 0.09 0 0.37 0.45
HSL 74.12º 0.22% 0.45% -
HSV(B) 74.12º 0.37% 0.55% -
XYZ 19.75 23.68 12.76 -
YUV 129.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 127 139 88 0.09 0 0.37 0.45 74.12 0.22 0.45
Hex 7F 8B 58 9 0 25 2D 4A 16 2D
Octal 177 213 130 11 0 45 55 112 26 55
Binary 1111111 10001011 1011000 1001 0 100101 101101 1001010 10110 101101

Color Harmonies of #7F8B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8B58

Black with #7F8B58

Text Example


Text Example

White with #7F8B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,88); }

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

background-color css

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

 a { background-color: rgb(127,139,88); }

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

border-color css

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

 span { border-color: rgb(127,139,88); }

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