Html Css Color HEX #7F9331 Wasabi

📋 copy color: '#7F9331'

red 127 ◦ green 147 ◦ blue 49

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

Shades of Wasabi #7F9331

Tints of Wasabi #7F9331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

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

R = 39.32%
G = 45.51%
B = 15.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#7F9331 (or 0x7F9331) is known color: Wasabi. HEX triplet: 7F, 93 and 31. RGB value is (127,147,49). Sum of RGB (Red+Green+Blue) = 127+147+49=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9331 is #806CCE. Grayscale: #828282. Windows color (decimal): -8416463 or 3249023. OLE color: 3249023.

HSL color Cylindrical-coordinate representation of color #7F9331: hue angle of 72.24º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F9331 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 49 -
CMYK 0.14 0 0.67 0.42
HSL 72.24º 0.5% 0.38% -
HSV(B) 72.24º 0.67% 0.58% -
XYZ 19.74 25.6 6.81 -
YUV 129.85 82.37 125.97 -
System Red Green Blue C M Y K H S L
Decimal 127 147 49 0.14 0 0.67 0.42 72.24 0.5 0.38
Hex 7F 93 31 E 0 43 2A 48 32 26
Octal 177 223 61 16 0 103 52 110 62 46
Binary 1111111 10010011 110001 1110 0 1000011 101010 1001000 110010 100110

Color Harmonies of #7F9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9331

Black with #7F9331

Text Example


Text Example

White with #7F9331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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