Html Css Color HEX #7D8239 Wasabi

📋 copy color: '#7D8239'

red 125 ◦ green 130 ◦ blue 57

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

Shades of Wasabi #7D8239

Tints of Wasabi #7D8239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 40.06%
G = 41.67%
B = 18.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#7D8239 (or 0x7D8239) is known color: Wasabi. HEX triplet: 7D, 82 and 39. RGB value is (125,130,57). Sum of RGB (Red+Green+Blue) = 125+130+57=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8239 is #827DC6. Grayscale: #787878. Windows color (decimal): -8551879 or 3768957. OLE color: 3768957.

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

Color convert

RGB 125 130 57 -
CMYK 0.04 0 0.56 0.49
HSL 64.11º 0.39% 0.37% -
HSV(B) 64.11º 0.56% 0.51% -
XYZ 17.18 20.62 6.95 -
YUV 120.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 125 130 57 0.04 0 0.56 0.49 64.11 0.39 0.37
Hex 7D 82 39 4 0 38 31 40 27 25
Octal 175 202 71 4 0 70 61 100 47 45
Binary 1111101 10000010 111001 100 0 111000 110001 1000000 100111 100101

Color Harmonies of #7D8239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8239

Black with #7D8239

Text Example


Text Example

White with #7D8239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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