Html Css Color HEX #7F9432 Wasabi

📋 copy color: '#7F9432'

red 127 ◦ green 148 ◦ blue 50

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

Shades of Wasabi #7F9432

Tints of Wasabi #7F9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 39.08%
G = 45.54%
B = 15.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#7F9432 (or 0x7F9432) is known color: Wasabi. HEX triplet: 7F, 94 and 32. RGB value is (127,148,50). Sum of RGB (Red+Green+Blue) = 127+148+50=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9432 is #806BCD. Grayscale: #828282. Windows color (decimal): -8416206 or 3314815. OLE color: 3314815.

HSL color Cylindrical-coordinate representation of color #7F9432: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F9432 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 148 50 -
CMYK 0.14 0 0.66 0.42
HSL 72.86º 0.49% 0.39% -
HSV(B) 72.86º 0.66% 0.58% -
XYZ 19.92 25.92 6.97 -
YUV 130.55 82.54 125.47 -
System Red Green Blue C M Y K H S L
Decimal 127 148 50 0.14 0 0.66 0.42 72.86 0.49 0.39
Hex 7F 94 32 E 0 42 2A 49 31 27
Octal 177 224 62 16 0 102 52 111 61 47
Binary 1111111 10010100 110010 1110 0 1000010 101010 1001001 110001 100111

Color Harmonies of #7F9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9432

Black with #7F9432

Text Example


Text Example

White with #7F9432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,148,50); }

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

background-color css

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

 a { background-color: rgb(127,148,50); }

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

border-color css

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

 span { border-color: rgb(127,148,50); }

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