Html Css Color HEX #7D944B Wasabi

📋 copy color: '#7D944B'

red 125 ◦ green 148 ◦ blue 75

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

Shades of Wasabi #7D944B

Tints of Wasabi #7D944B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 35.92%
G = 42.53%
B = 21.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#7D944B (or 0x7D944B) is known color: Wasabi. HEX triplet: 7D, 94 and 4B. RGB value is (125,148,75). Sum of RGB (Red+Green+Blue) = 125+148+75=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #7D944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D944B is #826BB4. Grayscale: #858585. Windows color (decimal): -8547253 or 4953213. OLE color: 4953213.

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

Color convert

RGB 125 148 75 -
CMYK 0.16 0 0.49 0.42
HSL 78.9º 0.33% 0.44% -
HSV(B) 78.9º 0.49% 0.58% -
XYZ 20.32 26.05 10.61 -
YUV 132.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 125 148 75 0.16 0 0.49 0.42 78.9 0.33 0.44
Hex 7D 94 4B 10 0 31 2A 4F 21 2C
Octal 175 224 113 20 0 61 52 117 41 54
Binary 1111101 10010100 1001011 10000 0 110001 101010 1001111 100001 101100

Color Harmonies of #7D944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D944B

Black with #7D944B

Text Example


Text Example

White with #7D944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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