Html Css Color HEX #7D9136 Wasabi

📋 copy color: '#7D9136'

red 125 ◦ green 145 ◦ blue 54

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

Shades of Wasabi #7D9136

Tints of Wasabi #7D9136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

 BLUE value IS 54 (21.48% from 255) = 16.67%

R = 38.58%
G = 44.75%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#7D9136 (or 0x7D9136) is known color: Wasabi. HEX triplet: 7D, 91 and 36. RGB value is (125,145,54). Sum of RGB (Red+Green+Blue) = 125+145+54=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9136 is #826EC9. Grayscale: #808080. Windows color (decimal): -8548042 or 3576189. OLE color: 3576189.

HSL color Cylindrical-coordinate representation of color #7D9136: hue angle of 73.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D9136 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 145 54 -
CMYK 0.14 0 0.63 0.43
HSL 73.19º 0.46% 0.39% -
HSV(B) 73.19º 0.63% 0.57% -
XYZ 19.25 24.88 7.28 -
YUV 128.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 125 145 54 0.14 0 0.63 0.43 73.19 0.46 0.39
Hex 7D 91 36 E 0 3F 2B 49 2E 27
Octal 175 221 66 16 0 77 53 111 56 47
Binary 1111101 10010001 110110 1110 0 111111 101011 1001001 101110 100111

Color Harmonies of #7D9136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9136

Black with #7D9136

Text Example


Text Example

White with #7D9136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,145,54); }

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

background-color css

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

 a { background-color: rgb(125,145,54); }

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

border-color css

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

 span { border-color: rgb(125,145,54); }

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