Html Css Color HEX #7F9531 Wasabi

📋 copy color: '#7F9531'

red 127 ◦ green 149 ◦ blue 49

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

Shades of Wasabi #7F9531

Tints of Wasabi #7F9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 39.08%
G = 45.85%
B = 15.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#7F9531 (or 0x7F9531) is known color: Wasabi. HEX triplet: 7F, 95 and 31. RGB value is (127,149,49). Sum of RGB (Red+Green+Blue) = 127+149+49=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9531 is #806ACE. Grayscale: #838383. Windows color (decimal): -8415951 or 3249535. OLE color: 3249535.

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

Color convert

RGB 127 149 49 -
CMYK 0.15 0 0.67 0.42
HSL 73.2º 0.51% 0.39% -
HSV(B) 73.2º 0.67% 0.58% -
XYZ 20.05 26.23 6.91 -
YUV 131.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 127 149 49 0.15 0 0.67 0.42 73.2 0.51 0.39
Hex 7F 95 31 F 0 43 2A 49 33 27
Octal 177 225 61 17 0 103 52 111 63 47
Binary 1111111 10010101 110001 1111 0 1000011 101010 1001001 110011 100111

Color Harmonies of #7F9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9531

Black with #7F9531

Text Example


Text Example

White with #7F9531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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