Html Css Color HEX #7F8949 Wasabi

📋 copy color: '#7F8949'

red 127 ◦ green 137 ◦ blue 73

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

Shades of Wasabi #7F8949

Tints of Wasabi #7F8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 37.69%
G = 40.65%
B = 21.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#7F8949 (or 0x7F8949) is known color: Wasabi. HEX triplet: 7F, 89 and 49. RGB value is (127,137,73). Sum of RGB (Red+Green+Blue) = 127+137+73=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8949 is #8076B6. Grayscale: #7E7E7E. Windows color (decimal): -8418999 or 4819327. OLE color: 4819327.

HSL color Cylindrical-coordinate representation of color #7F8949: hue angle of 69.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F8949 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 137 73 -
CMYK 0.07 0 0.47 0.46
HSL 69.38º 0.3% 0.41% -
HSV(B) 69.38º 0.47% 0.54% -
XYZ 18.9 22.88 9.72 -
YUV 126.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 127 137 73 0.07 0 0.47 0.46 69.38 0.3 0.41
Hex 7F 89 49 7 0 2F 2E 45 1E 29
Octal 177 211 111 7 0 57 56 105 36 51
Binary 1111111 10001001 1001001 111 0 101111 101110 1000101 11110 101001

Color Harmonies of #7F8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8949

Black with #7F8949

Text Example


Text Example

White with #7F8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,137,73); }

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

background-color css

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

 a { background-color: rgb(127,137,73); }

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

border-color css

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

 span { border-color: rgb(127,137,73); }

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