Html Css Color HEX #7D954B Wasabi

📋 copy color: '#7D954B'

red 125 ◦ green 149 ◦ blue 75

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

Shades of Wasabi #7D954B

Tints of Wasabi #7D954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

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

R = 35.82%
G = 42.69%
B = 21.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#7D954B (or 0x7D954B) is known color: Wasabi. HEX triplet: 7D, 95 and 4B. RGB value is (125,149,75). Sum of RGB (Red+Green+Blue) = 125+149+75=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #7D954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D954B is #826AB4. Grayscale: #858585. Windows color (decimal): -8546997 or 4953469. OLE color: 4953469.

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

Color convert

RGB 125 149 75 -
CMYK 0.16 0 0.50 0.42
HSL 79.46º 0.33% 0.44% -
HSV(B) 79.46º 0.5% 0.58% -
XYZ 20.47 26.36 10.67 -
YUV 133.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 125 149 75 0.16 0 0.50 0.42 79.46 0.33 0.44
Hex 7D 95 4B 10 0 32 2A 4F 21 2C
Octal 175 225 113 20 0 62 52 117 41 54
Binary 1111101 10010101 1001011 10000 0 110010 101010 1001111 100001 101100

Color Harmonies of #7D954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D954B

Black with #7D954B

Text Example


Text Example

White with #7D954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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