Html Css Color HEX #7D8746 Wasabi

📋 copy color: '#7D8746'

red 125 ◦ green 135 ◦ blue 70

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

Shades of Wasabi #7D8746

Tints of Wasabi #7D8746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 37.88%
G = 40.91%
B = 21.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#7D8746 (or 0x7D8746) is known color: Wasabi. HEX triplet: 7D, 87 and 46. RGB value is (125,135,70). Sum of RGB (Red+Green+Blue) = 125+135+70=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8746 is #8278B9. Grayscale: #7C7C7C. Windows color (decimal): -8550586 or 4622205. OLE color: 4622205.

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

Color convert

RGB 125 135 70 -
CMYK 0.07 0 0.48 0.47
HSL 69.23º 0.32% 0.4% -
HSV(B) 69.23º 0.48% 0.53% -
XYZ 18.23 22.13 9.11 -
YUV 124.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 125 135 70 0.07 0 0.48 0.47 69.23 0.32 0.4
Hex 7D 87 46 7 0 30 2F 45 20 28
Octal 175 207 106 7 0 60 57 105 40 50
Binary 1111101 10000111 1000110 111 0 110000 101111 1000101 100000 101000

Color Harmonies of #7D8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8746

Black with #7D8746

Text Example


Text Example

White with #7D8746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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