Html Css Color HEX #7D9434 Wasabi

📋 copy color: '#7D9434'

red 125 ◦ green 148 ◦ blue 52

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

Shades of Wasabi #7D9434

Tints of Wasabi #7D9434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 52 (20.7% from 255) = 16%

R = 38.46%
G = 45.54%
B = 16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#7D9434 (or 0x7D9434) is known color: Wasabi. HEX triplet: 7D, 94 and 34. RGB value is (125,148,52). Sum of RGB (Red+Green+Blue) = 125+148+52=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9434 is #826BCB. Grayscale: #828282. Windows color (decimal): -8547276 or 3445885. OLE color: 3445885.

HSL color Cylindrical-coordinate representation of color #7D9434: hue angle of 74.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D9434 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 52 -
CMYK 0.16 0 0.65 0.42
HSL 74.37º 0.48% 0.39% -
HSV(B) 74.37º 0.65% 0.58% -
XYZ 19.67 25.79 7.19 -
YUV 130.18 83.88 124.31 -
System Red Green Blue C M Y K H S L
Decimal 125 148 52 0.16 0 0.65 0.42 74.37 0.48 0.39
Hex 7D 94 34 10 0 41 2A 4A 30 27
Octal 175 224 64 20 0 101 52 112 60 47
Binary 1111101 10010100 110100 10000 0 1000001 101010 1001010 110000 100111

Color Harmonies of #7D9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9434

Black with #7D9434

Text Example


Text Example

White with #7D9434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,52); }

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

background-color css

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

 a { background-color: rgb(125,148,52); }

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

border-color css

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

 span { border-color: rgb(125,148,52); }

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