Html Css Color HEX #7D932B Wasabi

📋 copy color: '#7D932B'

red 125 ◦ green 147 ◦ blue 43

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

Shades of Wasabi #7D932B

Tints of Wasabi #7D932B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 39.68%
G = 46.67%
B = 13.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#7D932B (or 0x7D932B) is known color: Wasabi. HEX triplet: 7D, 93 and 2B. RGB value is (125,147,43). Sum of RGB (Red+Green+Blue) = 125+147+43=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #7D932B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D932B is #826CD4. Grayscale: #808080. Windows color (decimal): -8547541 or 2855805. OLE color: 2855805.

HSL color Cylindrical-coordinate representation of color #7D932B: hue angle of 72.69º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D932B is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 43 -
CMYK 0.15 0 0.71 0.42
HSL 72.69º 0.55% 0.37% -
HSV(B) 72.69º 0.71% 0.58% -
XYZ 19.33 25.4 6.17 -
YUV 128.57 79.71 125.46 -
System Red Green Blue C M Y K H S L
Decimal 125 147 43 0.15 0 0.71 0.42 72.69 0.55 0.37
Hex 7D 93 2B F 0 47 2A 49 37 25
Octal 175 223 53 17 0 107 52 111 67 45
Binary 1111101 10010011 101011 1111 0 1000111 101010 1001001 110111 100101

Color Harmonies of #7D932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D932B

Black with #7D932B

Text Example


Text Example

White with #7D932B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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