Html Css Color HEX #7D902B Wasabi

📋 copy color: '#7D902B'

red 125 ◦ green 144 ◦ blue 43

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

Shades of Wasabi #7D902B

Tints of Wasabi #7D902B

RGB

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

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

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

R = 40.06%
G = 46.15%
B = 13.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#7D902B (or 0x7D902B) is known color: Wasabi. HEX triplet: 7D, 90 and 2B. RGB value is (125,144,43). Sum of RGB (Red+Green+Blue) = 125+144+43=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #7D902B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D902B is #826FD4. Grayscale: #7F7F7F. Windows color (decimal): -8548309 or 2855037. OLE color: 2855037.

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

Color convert

RGB 125 144 43 -
CMYK 0.13 0 0.70 0.44
HSL 71.29º 0.54% 0.37% -
HSV(B) 71.29º 0.7% 0.56% -
XYZ 18.87 24.48 6.02 -
YUV 126.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 125 144 43 0.13 0 0.70 0.44 71.29 0.54 0.37
Hex 7D 90 2B D 0 46 2C 47 36 25
Octal 175 220 53 15 0 106 54 107 66 45
Binary 1111101 10010000 101011 1101 0 1000110 101100 1000111 110110 100101

Color Harmonies of #7D902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D902B

Black with #7D902B

Text Example


Text Example

White with #7D902B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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