#7D8F4B

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

Shades of Wasabi #7D8F4B

Tints of Wasabi #7D8F4B

Color information

#7D8F4B (or 0x7D8F4B) is unknown color: approx Wasabi. HEX triplet: 7D, 8F and 4B. RGB value is (125,143,75). Sum of RGB (Red+Green+Blue) = 125+143+75=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8F4B is #8270B4. Grayscale: #828282. Windows color (decimal): -8548533 or 4951933. OLE color: 4951933.

HSL color Cylindrical-coordinate representation of color #7D8F4B: hue angle of 75.88º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8F4B is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB12514375-
CMYK0.1300.480.44
HSL75.88º31.19%42.75%-
HSV(B)75.88º47.55%56.08%-
XYZ19.5524.5110.36-
YUV129.8797.04124.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=36.44%
G=41.69%
B=21.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125143750.1300.480.4475.8831.1942.75
Hex7D8F4BD0302C4c1f2b
Octal17521711315060541143753
Binary111110110001111100101111010110000101100100110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,143,75); }

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

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

 a { background-color: rgb(125,143,75); }

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

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

 span { border-color: rgb(125,143,75); }

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