Html Css Color HEX #7D883D Wasabi

📋 copy color: '#7D883D'

red 125 ◦ green 136 ◦ blue 61

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

Shades of Wasabi #7D883D

Tints of Wasabi #7D883D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 38.82%
G = 42.24%
B = 18.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#7D883D (or 0x7D883D) is known color: Wasabi. HEX triplet: 7D, 88 and 3D. RGB value is (125,136,61). Sum of RGB (Red+Green+Blue) = 125+136+61=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #7D883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D883D is #8277C2. Grayscale: #7C7C7C. Windows color (decimal): -8550339 or 4032637. OLE color: 4032637.

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

Color convert

RGB 125 136 61 -
CMYK 0.08 0 0.55 0.47
HSL 68.8º 0.38% 0.39% -
HSV(B) 68.8º 0.55% 0.53% -
XYZ 18.1 22.31 7.77 -
YUV 124.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 125 136 61 0.08 0 0.55 0.47 68.8 0.38 0.39
Hex 7D 88 3D 8 0 37 2F 45 26 27
Octal 175 210 75 10 0 67 57 105 46 47
Binary 1111101 10001000 111101 1000 0 110111 101111 1000101 100110 100111

Color Harmonies of #7D883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D883D

Black with #7D883D

Text Example


Text Example

White with #7D883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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