Html Css Color HEX #7F9131 Wasabi

📋 copy color: '#7F9131'

red 127 ◦ green 145 ◦ blue 49

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

Shades of Wasabi #7F9131

Tints of Wasabi #7F9131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 39.56%
G = 45.17%
B = 15.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#7F9131 (or 0x7F9131) is known color: Wasabi. HEX triplet: 7F, 91 and 31. RGB value is (127,145,49). Sum of RGB (Red+Green+Blue) = 127+145+49=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9131 is #806ECE. Grayscale: #818181. Windows color (decimal): -8416975 or 3248511. OLE color: 3248511.

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

Color convert

RGB 127 145 49 -
CMYK 0.12 0 0.66 0.43
HSL 71.25º 0.49% 0.38% -
HSV(B) 71.25º 0.66% 0.57% -
XYZ 19.43 24.98 6.7 -
YUV 128.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 127 145 49 0.12 0 0.66 0.43 71.25 0.49 0.38
Hex 7F 91 31 C 0 42 2B 47 31 26
Octal 177 221 61 14 0 102 53 107 61 46
Binary 1111111 10010001 110001 1100 0 1000010 101011 1000111 110001 100110

Color Harmonies of #7F9131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9131

Black with #7F9131

Text Example


Text Example

White with #7F9131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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