Html Css Color HEX #7D8243 Wasabi

📋 copy color: '#7D8243'

red 125 ◦ green 130 ◦ blue 67

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

Shades of Wasabi #7D8243

Tints of Wasabi #7D8243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 38.82%
G = 40.37%
B = 20.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#7D8243 (or 0x7D8243) is known color: Wasabi. HEX triplet: 7D, 82 and 43. RGB value is (125,130,67). Sum of RGB (Red+Green+Blue) = 125+130+67=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8243 is #827DBC. Grayscale: #797979. Windows color (decimal): -8551869 or 4424317. OLE color: 4424317.

HSL color Cylindrical-coordinate representation of color #7D8243: hue angle of 64.76º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8243 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 130 67 -
CMYK 0.04 0 0.48 0.49
HSL 64.76º 0.32% 0.39% -
HSV(B) 64.76º 0.48% 0.51% -
XYZ 17.45 20.73 8.39 -
YUV 121.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 125 130 67 0.04 0 0.48 0.49 64.76 0.32 0.39
Hex 7D 82 43 4 0 30 31 41 20 27
Octal 175 202 103 4 0 60 61 101 40 47
Binary 1111101 10000010 1000011 100 0 110000 110001 1000001 100000 100111

Color Harmonies of #7D8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8243

Black with #7D8243

Text Example


Text Example

White with #7D8243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,130,67); }

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

background-color css

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

 a { background-color: rgb(125,130,67); }

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

border-color css

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

 span { border-color: rgb(125,130,67); }

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