Html Css Color HEX #7D8740 Wasabi

📋 copy color: '#7D8740'

red 125 ◦ green 135 ◦ blue 64

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

Shades of Wasabi #7D8740

Tints of Wasabi #7D8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 38.58%
G = 41.67%
B = 19.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#7D8740 (or 0x7D8740) is known color: Wasabi. HEX triplet: 7D, 87 and 40. RGB value is (125,135,64). Sum of RGB (Red+Green+Blue) = 125+135+64=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8740 is #8278BF. Grayscale: #7C7C7C. Windows color (decimal): -8550592 or 4228989. OLE color: 4228989.

HSL color Cylindrical-coordinate representation of color #7D8740: hue angle of 68.45º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D8740 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 135 64 -
CMYK 0.07 0 0.53 0.47
HSL 68.45º 0.36% 0.39% -
HSV(B) 68.45º 0.53% 0.53% -
XYZ 18.05 22.06 8.16 -
YUV 123.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 125 135 64 0.07 0 0.53 0.47 68.45 0.36 0.39
Hex 7D 87 40 7 0 35 2F 44 24 27
Octal 175 207 100 7 0 65 57 104 44 47
Binary 1111101 10000111 1000000 111 0 110101 101111 1000100 100100 100111

Color Harmonies of #7D8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8740

Black with #7D8740

Text Example


Text Example

White with #7D8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,64); }

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

background-color css

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

 a { background-color: rgb(125,135,64); }

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

border-color css

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

 span { border-color: rgb(125,135,64); }

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