Html Css Color HEX #7D934B Wasabi

📋 copy color: '#7D934B'

red 125 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #7D934B

Tints of Wasabi #7D934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

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

R = 36.02%
G = 42.36%
B = 21.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#7D934B (or 0x7D934B) is known color: Wasabi. HEX triplet: 7D, 93 and 4B. RGB value is (125,147,75). Sum of RGB (Red+Green+Blue) = 125+147+75=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #7D934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D934B is #826CB4. Grayscale: #848484. Windows color (decimal): -8547509 or 4952957. OLE color: 4952957.

HSL color Cylindrical-coordinate representation of color #7D934B: hue angle of 78.33º degrees, saturation: 0.32, 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 #7D934B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 75 -
CMYK 0.15 0 0.49 0.42
HSL 78.33º 0.32% 0.44% -
HSV(B) 78.33º 0.49% 0.58% -
XYZ 20.16 25.74 10.56 -
YUV 132.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 125 147 75 0.15 0 0.49 0.42 78.33 0.32 0.44
Hex 7D 93 4B F 0 31 2A 4E 20 2C
Octal 175 223 113 17 0 61 52 116 40 54
Binary 1111101 10010011 1001011 1111 0 110001 101010 1001110 100000 101100

Color Harmonies of #7D934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D934B

Black with #7D934B

Text Example


Text Example

White with #7D934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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