Html Css Color HEX #7D873A Wasabi

📋 copy color: '#7D873A'

red 125 ◦ green 135 ◦ blue 58

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

Shades of Wasabi #7D873A

Tints of Wasabi #7D873A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 39.31%
G = 42.45%
B = 18.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#7D873A (or 0x7D873A) is known color: Wasabi. HEX triplet: 7D, 87 and 3A. RGB value is (125,135,58). Sum of RGB (Red+Green+Blue) = 125+135+58=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #7D873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D873A is #8278C5. Grayscale: #7B7B7B. Windows color (decimal): -8550598 or 3835773. OLE color: 3835773.

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

Color convert

RGB 125 135 58 -
CMYK 0.07 0 0.57 0.47
HSL 67.79º 0.4% 0.38% -
HSV(B) 67.79º 0.57% 0.53% -
XYZ 17.89 21.99 7.31 -
YUV 123.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 125 135 58 0.07 0 0.57 0.47 67.79 0.4 0.38
Hex 7D 87 3A 7 0 39 2F 44 28 26
Octal 175 207 72 7 0 71 57 104 50 46
Binary 1111101 10000111 111010 111 0 111001 101111 1000100 101000 100110

Color Harmonies of #7D873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D873A

Black with #7D873A

Text Example


Text Example

White with #7D873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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