Html Css Color HEX #7F9148 Wasabi

📋 copy color: '#7F9148'

red 127 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #7F9148

Tints of Wasabi #7F9148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 36.92%
G = 42.15%
B = 20.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#7F9148 (or 0x7F9148) is known color: Wasabi. HEX triplet: 7F, 91 and 48. RGB value is (127,145,72). Sum of RGB (Red+Green+Blue) = 127+145+72=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9148 is #806EB7. Grayscale: #838383. Windows color (decimal): -8416952 or 4755839. OLE color: 4755839.

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

Color convert

RGB 127 145 72 -
CMYK 0.12 0 0.50 0.43
HSL 74.79º 0.34% 0.43% -
HSV(B) 74.79º 0.5% 0.57% -
XYZ 20.05 25.23 9.94 -
YUV 131.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 127 145 72 0.12 0 0.50 0.43 74.79 0.34 0.43
Hex 7F 91 48 C 0 32 2B 4B 22 2B
Octal 177 221 110 14 0 62 53 113 42 53
Binary 1111111 10010001 1001000 1100 0 110010 101011 1001011 100010 101011

Color Harmonies of #7F9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9148

Black with #7F9148

Text Example


Text Example

White with #7F9148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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