Html Css Color HEX #7D9745 Wasabi

📋 copy color: '#7D9745'

red 125 ◦ green 151 ◦ blue 69

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

Shades of Wasabi #7D9745

Tints of Wasabi #7D9745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

 BLUE value IS 69 (27.34% from 255) = 20%

R = 36.23%
G = 43.77%
B = 20%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#7D9745 (or 0x7D9745) is known color: Wasabi. HEX triplet: 7D, 97 and 45. RGB value is (125,151,69). Sum of RGB (Red+Green+Blue) = 125+151+69=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9745 is #8268BA. Grayscale: #868686. Windows color (decimal): -8546491 or 4560765. OLE color: 4560765.

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

Color convert

RGB 125 151 69 -
CMYK 0.17 0 0.54 0.41
HSL 79.02º 0.37% 0.43% -
HSV(B) 79.02º 0.54% 0.59% -
XYZ 20.6 26.92 9.74 -
YUV 133.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 125 151 69 0.17 0 0.54 0.41 79.02 0.37 0.43
Hex 7D 97 45 11 0 36 29 4F 25 2B
Octal 175 227 105 21 0 66 51 117 45 53
Binary 1111101 10010111 1000101 10001 0 110110 101001 1001111 100101 101011

Color Harmonies of #7D9745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9745

Black with #7D9745

Text Example


Text Example

White with #7D9745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,151,69); }

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

background-color css

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

 a { background-color: rgb(125,151,69); }

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

border-color css

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

 span { border-color: rgb(125,151,69); }

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