Html Css Color HEX #7F8342 Wasabi

📋 copy color: '#7F8342'

red 127 ◦ green 131 ◦ blue 66

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

Shades of Wasabi #7F8342

Tints of Wasabi #7F8342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

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

R = 39.2%
G = 40.43%
B = 20.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#7F8342 (or 0x7F8342) is known color: Wasabi. HEX triplet: 7F, 83 and 42. RGB value is (127,131,66). Sum of RGB (Red+Green+Blue) = 127+131+66=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8342 is #807CBD. Grayscale: #7A7A7A. Windows color (decimal): -8420542 or 4359039. OLE color: 4359039.

HSL color Cylindrical-coordinate representation of color #7F8342: hue angle of 63.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F8342 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 131 66 -
CMYK 0.03 0 0.50 0.49
HSL 63.69º 0.33% 0.39% -
HSV(B) 63.69º 0.5% 0.51% -
XYZ 17.85 21.14 8.29 -
YUV 122.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 127 131 66 0.03 0 0.50 0.49 63.69 0.33 0.39
Hex 7F 83 42 3 0 32 31 40 21 27
Octal 177 203 102 3 0 62 61 100 41 47
Binary 1111111 10000011 1000010 11 0 110010 110001 1000000 100001 100111

Color Harmonies of #7F8342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8342

Black with #7F8342

Text Example


Text Example

White with #7F8342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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