Html Css Color HEX #7F9142 Wasabi

📋 copy color: '#7F9142'

red 127 ◦ green 145 ◦ blue 66

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

Shades of Wasabi #7F9142

Tints of Wasabi #7F9142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.9%

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

R = 37.57%
G = 42.9%
B = 19.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#7F9142 (or 0x7F9142) is known color: Wasabi. HEX triplet: 7F, 91 and 42. RGB value is (127,145,66). Sum of RGB (Red+Green+Blue) = 127+145+66=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9142 is #806EBD. Grayscale: #828282. Windows color (decimal): -8416958 or 4362623. OLE color: 4362623.

HSL color Cylindrical-coordinate representation of color #7F9142: hue angle of 73.67º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F9142 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 145 66 -
CMYK 0.12 0 0.54 0.43
HSL 73.67º 0.37% 0.41% -
HSV(B) 73.67º 0.54% 0.57% -
XYZ 19.86 25.16 8.96 -
YUV 130.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 127 145 66 0.12 0 0.54 0.43 73.67 0.37 0.41
Hex 7F 91 42 C 0 36 2B 4A 25 29
Octal 177 221 102 14 0 66 53 112 45 51
Binary 1111111 10010001 1000010 1100 0 110110 101011 1001010 100101 101001

Color Harmonies of #7F9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9142

Black with #7F9142

Text Example


Text Example

White with #7F9142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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