Html Css Color HEX #7D8831 Wasabi

📋 copy color: '#7D8831'

red 125 ◦ green 136 ◦ blue 49

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

Shades of Wasabi #7D8831

Tints of Wasabi #7D8831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 40.32%
G = 43.87%
B = 15.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#7D8831 (or 0x7D8831) is known color: Wasabi. HEX triplet: 7D, 88 and 31. RGB value is (125,136,49). Sum of RGB (Red+Green+Blue) = 125+136+49=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8831 is #8277CE. Grayscale: #7B7B7B. Windows color (decimal): -8550351 or 3246205. OLE color: 3246205.

HSL color Cylindrical-coordinate representation of color #7D8831: hue angle of 67.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D8831 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 49 -
CMYK 0.08 0 0.64 0.47
HSL 67.59º 0.47% 0.36% -
HSV(B) 67.59º 0.64% 0.53% -
XYZ 17.82 22.19 6.25 -
YUV 122.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 125 136 49 0.08 0 0.64 0.47 67.59 0.47 0.36
Hex 7D 88 31 8 0 40 2F 44 2F 24
Octal 175 210 61 10 0 100 57 104 57 44
Binary 1111101 10001000 110001 1000 0 1000000 101111 1000100 101111 100100

Color Harmonies of #7D8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8831

Black with #7D8831

Text Example


Text Example

White with #7D8831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,49); }

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

background-color css

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

 a { background-color: rgb(125,136,49); }

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

border-color css

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

 span { border-color: rgb(125,136,49); }

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