Html Css Color HEX #7D853D Wasabi

📋 copy color: '#7D853D'

red 125 ◦ green 133 ◦ blue 61

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

Shades of Wasabi #7D853D

Tints of Wasabi #7D853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 39.18%
G = 41.69%
B = 19.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#7D853D (or 0x7D853D) is known color: Wasabi. HEX triplet: 7D, 85 and 3D. RGB value is (125,133,61). Sum of RGB (Red+Green+Blue) = 125+133+61=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #7D853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D853D is #827AC2. Grayscale: #7A7A7A. Windows color (decimal): -8551107 or 4031869. OLE color: 4031869.

HSL color Cylindrical-coordinate representation of color #7D853D: hue angle of 66.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D853D is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 61 -
CMYK 0.06 0 0.54 0.48
HSL 66.67º 0.37% 0.38% -
HSV(B) 66.67º 0.54% 0.52% -
XYZ 17.69 21.47 7.63 -
YUV 122.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 125 133 61 0.06 0 0.54 0.48 66.67 0.37 0.38
Hex 7D 85 3D 6 0 36 30 43 25 26
Octal 175 205 75 6 0 66 60 103 45 46
Binary 1111101 10000101 111101 110 0 110110 110000 1000011 100101 100110

Color Harmonies of #7D853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D853D

Black with #7D853D

Text Example


Text Example

White with #7D853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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