#7F8C32

Color #7F8C32 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7F8C32

Tints of Wasabi #7F8C32

Color information

#7F8C32 (or 0x7F8C32) is unknown color: approx Wasabi. HEX triplet: 7F, 8C and 32. RGB value is (127,140,50). Sum of RGB (Red+Green+Blue) = 127+140+50=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8C32 is #8073CD. Grayscale: #7E7E7E. Windows color (decimal): -8418254 or 3312767. OLE color: 3312767.

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

Color convert

RGB12714050-
CMYK0.0900.640.45
HSL68.67º47.37%37.25%-
HSV(B)68.67º64.29%54.9%-
XYZ18.7123.56.57-
YUV125.8585.19128.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=40.06%
G=44.16%
B=15.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127140500.0900.640.4568.6747.3737.25
Hex7F8C3290402D452f25
Octal17721462110100551055745
Binary1111111100011001100101001010000001011011000101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F8C32;
 }
 .AnyTagClassName
 {
   color: #7F8C32;
 }
</style>
background-color css

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

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

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

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

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

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