Html Css Color HEX #7F9050 Wasabi

📋 copy color: '#7F9050'

red 127 ◦ green 144 ◦ blue 80

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

Shades of Wasabi #7F9050

Tints of Wasabi #7F9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 36.18%
G = 41.03%
B = 22.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#7F9050 (or 0x7F9050) is known color: Wasabi. HEX triplet: 7F, 90 and 50. RGB value is (127,144,80). Sum of RGB (Red+Green+Blue) = 127+144+80=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9050 is #806FAF. Grayscale: #838383. Windows color (decimal): -8417200 or 5279871. OLE color: 5279871.

HSL color Cylindrical-coordinate representation of color #7F9050: hue angle of 75.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F9050 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 144 80 -
CMYK 0.12 0 0.44 0.44
HSL 75.94º 0.29% 0.44% -
HSV(B) 75.94º 0.44% 0.56% -
XYZ 20.17 25.04 11.36 -
YUV 131.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 127 144 80 0.12 0 0.44 0.44 75.94 0.29 0.44
Hex 7F 90 50 C 0 2C 2C 4C 1D 2C
Octal 177 220 120 14 0 54 54 114 35 54
Binary 1111111 10010000 1010000 1100 0 101100 101100 1001100 11101 101100

Color Harmonies of #7F9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9050

Black with #7F9050

Text Example


Text Example

White with #7F9050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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