Html Css Color HEX #7D9234 Wasabi

📋 copy color: '#7D9234'

red 125 ◦ green 146 ◦ blue 52

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

Shades of Wasabi #7D9234

Tints of Wasabi #7D9234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 38.7%
G = 45.2%
B = 16.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#7D9234 (or 0x7D9234) is known color: Wasabi. HEX triplet: 7D, 92 and 34. RGB value is (125,146,52). Sum of RGB (Red+Green+Blue) = 125+146+52=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9234 is #826DCB. Grayscale: #818181. Windows color (decimal): -8547788 or 3445373. OLE color: 3445373.

HSL color Cylindrical-coordinate representation of color #7D9234: hue angle of 73.4º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D9234 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 52 -
CMYK 0.14 0 0.64 0.43
HSL 73.4º 0.47% 0.39% -
HSV(B) 73.4º 0.64% 0.57% -
XYZ 19.36 25.17 7.09 -
YUV 129.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 125 146 52 0.14 0 0.64 0.43 73.4 0.47 0.39
Hex 7D 92 34 E 0 40 2B 49 2F 27
Octal 175 222 64 16 0 100 53 111 57 47
Binary 1111101 10010010 110100 1110 0 1000000 101011 1001001 101111 100111

Color Harmonies of #7D9234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9234

Black with #7D9234

Text Example


Text Example

White with #7D9234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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