#7F8C3C

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

Shades of Wasabi #7F8C3C

Tints of Wasabi #7F8C3C

Color information

#7F8C3C (or 0x7F8C3C) is unknown color: approx Wasabi. HEX triplet: 7F, 8C and 3C. RGB value is (127,140,60). Sum of RGB (Red+Green+Blue) = 127+140+60=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8C3C is #8073C3. Grayscale: #7F7F7F. Windows color (decimal): -8418244 or 3968127. OLE color: 3968127.

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

Color convert

RGB12714060-
CMYK0.0900.570.45
HSL69.75º40%39.22%-
HSV(B)69.75º57.14%54.9%-
XYZ18.9523.597.83-
YUV126.9990.19128-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.84%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=38.84%
G=42.81%
B=18.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127140600.0900.570.4569.754039.22
Hex7F8C3C90392D462827
Octal1772147411071551065047
Binary111111110001100111100100101110011011011000110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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