Html Css Color HEX #7F8B42 Wasabi

📋 copy color: '#7F8B42'

red 127 ◦ green 139 ◦ blue 66

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

Shades of Wasabi #7F8B42

Tints of Wasabi #7F8B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 38.25%
G = 41.87%
B = 19.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#7F8B42 (or 0x7F8B42) is known color: Wasabi. HEX triplet: 7F, 8B and 42. RGB value is (127,139,66). Sum of RGB (Red+Green+Blue) = 127+139+66=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8B42 is #8074BD. Grayscale: #7F7F7F. Windows color (decimal): -8418494 or 4361087. OLE color: 4361087.

HSL color Cylindrical-coordinate representation of color #7F8B42: hue angle of 69.86º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F8B42 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 139 66 -
CMYK 0.09 0 0.53 0.45
HSL 69.86º 0.36% 0.4% -
HSV(B) 69.86º 0.53% 0.55% -
XYZ 18.97 23.37 8.67 -
YUV 127.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 127 139 66 0.09 0 0.53 0.45 69.86 0.36 0.4
Hex 7F 8B 42 9 0 35 2D 46 24 28
Octal 177 213 102 11 0 65 55 106 44 50
Binary 1111111 10001011 1000010 1001 0 110101 101101 1000110 100100 101000

Color Harmonies of #7F8B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8B42

Black with #7F8B42

Text Example


Text Example

White with #7F8B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,66); }

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

background-color css

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

 a { background-color: rgb(127,139,66); }

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

border-color css

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

 span { border-color: rgb(127,139,66); }

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