Html Css Color HEX #7F924A Wasabi

📋 copy color: '#7F924A'

red 127 ◦ green 146 ◦ blue 74

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

Shades of Wasabi #7F924A

Tints of Wasabi #7F924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 36.6%
G = 42.07%
B = 21.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#7F924A (or 0x7F924A) is known color: Wasabi. HEX triplet: 7F, 92 and 4A. RGB value is (127,146,74). Sum of RGB (Red+Green+Blue) = 127+146+74=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #7F924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F924A is #806DB5. Grayscale: #848484. Windows color (decimal): -8416694 or 4887167. OLE color: 4887167.

HSL color Cylindrical-coordinate representation of color #7F924A: hue angle of 75.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F924A is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 146 74 -
CMYK 0.13 0 0.49 0.43
HSL 75.83º 0.33% 0.43% -
HSV(B) 75.83º 0.49% 0.57% -
XYZ 20.27 25.56 10.34 -
YUV 132.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 127 146 74 0.13 0 0.49 0.43 75.83 0.33 0.43
Hex 7F 92 4A D 0 31 2B 4C 21 2B
Octal 177 222 112 15 0 61 53 114 41 53
Binary 1111111 10010010 1001010 1101 0 110001 101011 1001100 100001 101011

Color Harmonies of #7F924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F924A

Black with #7F924A

Text Example


Text Example

White with #7F924A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,146,74); }

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

background-color css

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

 a { background-color: rgb(127,146,74); }

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

border-color css

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

 span { border-color: rgb(127,146,74); }

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