Html Css Color HEX #7F914E Wasabi

📋 copy color: '#7F914E'

red 127 ◦ green 145 ◦ blue 78

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

Shades of Wasabi #7F914E

Tints of Wasabi #7F914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 36.29%
G = 41.43%
B = 22.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#7F914E (or 0x7F914E) is known color: Wasabi. HEX triplet: 7F, 91 and 4E. RGB value is (127,145,78). Sum of RGB (Red+Green+Blue) = 127+145+78=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #7F914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F914E is #806EB1. Grayscale: #848484. Windows color (decimal): -8416946 or 5149055. OLE color: 5149055.

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

Color convert

RGB 127 145 78 -
CMYK 0.12 0 0.46 0.43
HSL 76.12º 0.3% 0.44% -
HSV(B) 76.12º 0.46% 0.57% -
XYZ 20.25 25.31 11.03 -
YUV 131.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 127 145 78 0.12 0 0.46 0.43 76.12 0.3 0.44
Hex 7F 91 4E C 0 2E 2B 4C 1E 2C
Octal 177 221 116 14 0 56 53 114 36 54
Binary 1111111 10010001 1001110 1100 0 101110 101011 1001100 11110 101100

Color Harmonies of #7F914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F914E

Black with #7F914E

Text Example


Text Example

White with #7F914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,145,78); }

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

background-color css

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

 a { background-color: rgb(127,145,78); }

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

border-color css

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

 span { border-color: rgb(127,145,78); }

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