Html Css Color HEX #7D943F Wasabi

📋 copy color: '#7D943F'

red 125 ◦ green 148 ◦ blue 63

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

Shades of Wasabi #7D943F

Tints of Wasabi #7D943F

RGB

 RED value IS 125 (49.22% from 255) = 37.2%

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 37.2%
G = 44.05%
B = 18.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#7D943F (or 0x7D943F) is known color: Wasabi. HEX triplet: 7D, 94 and 3F. RGB value is (125,148,63). Sum of RGB (Red+Green+Blue) = 125+148+63=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #7D943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D943F is #826BC0. Grayscale: #838383. Windows color (decimal): -8547265 or 4166781. OLE color: 4166781.

HSL color Cylindrical-coordinate representation of color #7D943F: hue angle of 76.24º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D943F is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 63 -
CMYK 0.16 0 0.57 0.42
HSL 76.24º 0.4% 0.41% -
HSV(B) 76.24º 0.57% 0.58% -
XYZ 19.94 25.9 8.65 -
YUV 131.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 125 148 63 0.16 0 0.57 0.42 76.24 0.4 0.41
Hex 7D 94 3F 10 0 39 2A 4C 28 29
Octal 175 224 77 20 0 71 52 114 50 51
Binary 1111101 10010100 111111 10000 0 111001 101010 1001100 101000 101001

Color Harmonies of #7D943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D943F

Black with #7D943F

Text Example


Text Example

White with #7D943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,63); }

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

background-color css

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

 a { background-color: rgb(125,148,63); }

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

border-color css

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

 span { border-color: rgb(125,148,63); }

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