Html Css Color HEX #7F8C41 Wasabi

📋 copy color: '#7F8C41'

red 127 ◦ green 140 ◦ blue 65

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

Shades of Wasabi #7F8C41

Tints of Wasabi #7F8C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 38.25%
G = 42.17%
B = 19.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#7F8C41 (or 0x7F8C41) is known color: Wasabi. HEX triplet: 7F, 8C and 41. RGB value is (127,140,65). Sum of RGB (Red+Green+Blue) = 127+140+65=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8C41 is #8073BE. Grayscale: #7F7F7F. Windows color (decimal): -8418239 or 4295807. OLE color: 4295807.

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

Color convert

RGB 127 140 65 -
CMYK 0.09 0 0.54 0.45
HSL 70.4º 0.37% 0.4% -
HSV(B) 70.4º 0.54% 0.55% -
XYZ 19.08 23.65 8.56 -
YUV 127.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 127 140 65 0.09 0 0.54 0.45 70.4 0.37 0.4
Hex 7F 8C 41 9 0 36 2D 46 25 28
Octal 177 214 101 11 0 66 55 106 45 50
Binary 1111111 10001100 1000001 1001 0 110110 101101 1000110 100101 101000

Color Harmonies of #7F8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8C41

Black with #7F8C41

Text Example


Text Example

White with #7F8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,140,65); }

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

background-color css

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

 a { background-color: rgb(127,140,65); }

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

border-color css

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

 span { border-color: rgb(127,140,65); }

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