Html Css Color HEX #7D963B Wasabi

📋 copy color: '#7D963B'

red 125 ◦ green 150 ◦ blue 59

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

Shades of Wasabi #7D963B

Tints of Wasabi #7D963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 37.43%
G = 44.91%
B = 17.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#7D963B (or 0x7D963B) is known color: Wasabi. HEX triplet: 7D, 96 and 3B. RGB value is (125,150,59). Sum of RGB (Red+Green+Blue) = 125+150+59=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #7D963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D963B is #8269C4. Grayscale: #848484. Windows color (decimal): -8546757 or 3905149. OLE color: 3905149.

HSL color Cylindrical-coordinate representation of color #7D963B: hue angle of 76.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D963B is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 59 -
CMYK 0.17 0 0.61 0.41
HSL 76.48º 0.44% 0.41% -
HSV(B) 76.48º 0.61% 0.59% -
XYZ 20.15 26.49 8.19 -
YUV 132.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 125 150 59 0.17 0 0.61 0.41 76.48 0.44 0.41
Hex 7D 96 3B 11 0 3D 29 4C 2C 29
Octal 175 226 73 21 0 75 51 114 54 51
Binary 1111101 10010110 111011 10001 0 111101 101001 1001100 101100 101001

Color Harmonies of #7D963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D963B

Black with #7D963B

Text Example


Text Example

White with #7D963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,59); }

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

background-color css

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

 a { background-color: rgb(125,150,59); }

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

border-color css

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

 span { border-color: rgb(125,150,59); }

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