Html Css Color HEX #7D903E Wasabi

📋 copy color: '#7D903E'

red 125 ◦ green 144 ◦ blue 62

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

Shades of Wasabi #7D903E

Tints of Wasabi #7D903E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 37.76%
G = 43.5%
B = 18.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#7D903E (or 0x7D903E) is known color: Wasabi. HEX triplet: 7D, 90 and 3E. RGB value is (125,144,62). Sum of RGB (Red+Green+Blue) = 125+144+62=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #7D903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D903E is #826FC1. Grayscale: #818181. Windows color (decimal): -8548290 or 4100221. OLE color: 4100221.

HSL color Cylindrical-coordinate representation of color #7D903E: hue angle of 73.9º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D903E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 144 62 -
CMYK 0.13 0 0.57 0.44
HSL 73.9º 0.4% 0.4% -
HSV(B) 73.9º 0.57% 0.56% -
XYZ 19.3 24.65 8.3 -
YUV 128.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 125 144 62 0.13 0 0.57 0.44 73.9 0.4 0.4
Hex 7D 90 3E D 0 39 2C 4A 28 28
Octal 175 220 76 15 0 71 54 112 50 50
Binary 1111101 10010000 111110 1101 0 111001 101100 1001010 101000 101000

Color Harmonies of #7D903E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D903E

Black with #7D903E

Text Example


Text Example

White with #7D903E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,144,62); }

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

background-color css

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

 a { background-color: rgb(125,144,62); }

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

border-color css

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

 span { border-color: rgb(125,144,62); }

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