Html Css Color HEX #7D902A Wasabi

📋 copy color: '#7D902A'

red 125 ◦ green 144 ◦ blue 42

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

Shades of Wasabi #7D902A

Tints of Wasabi #7D902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 40.19%
G = 46.3%
B = 13.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#7D902A (or 0x7D902A) is known color: Wasabi. HEX triplet: 7D, 90 and 2A. RGB value is (125,144,42). Sum of RGB (Red+Green+Blue) = 125+144+42=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #7D902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D902A is #826FD5. Grayscale: #7F7F7F. Windows color (decimal): -8548310 or 2789501. OLE color: 2789501.

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

Color convert

RGB 125 144 42 -
CMYK 0.13 0 0.71 0.44
HSL 71.18º 0.55% 0.36% -
HSV(B) 71.18º 0.71% 0.56% -
XYZ 18.85 24.47 5.92 -
YUV 126.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 125 144 42 0.13 0 0.71 0.44 71.18 0.55 0.36
Hex 7D 90 2A D 0 47 2C 47 37 24
Octal 175 220 52 15 0 107 54 107 67 44
Binary 1111101 10010000 101010 1101 0 1000111 101100 1000111 110111 100100

Color Harmonies of #7D902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D902A

Black with #7D902A

Text Example


Text Example

White with #7D902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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