Html Css Color HEX #7D853B Wasabi

📋 copy color: '#7D853B'

red 125 ◦ green 133 ◦ blue 59

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

Shades of Wasabi #7D853B

Tints of Wasabi #7D853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 39.43%
G = 41.96%
B = 18.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#7D853B (or 0x7D853B) is known color: Wasabi. HEX triplet: 7D, 85 and 3B. RGB value is (125,133,59). Sum of RGB (Red+Green+Blue) = 125+133+59=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #7D853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D853B is #827AC4. Grayscale: #7A7A7A. Windows color (decimal): -8551109 or 3900797. OLE color: 3900797.

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

Color convert

RGB 125 133 59 -
CMYK 0.06 0 0.56 0.48
HSL 66.49º 0.39% 0.38% -
HSV(B) 66.49º 0.56% 0.52% -
XYZ 17.63 21.45 7.35 -
YUV 122.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 125 133 59 0.06 0 0.56 0.48 66.49 0.39 0.38
Hex 7D 85 3B 6 0 38 30 42 27 26
Octal 175 205 73 6 0 70 60 102 47 46
Binary 1111101 10000101 111011 110 0 111000 110000 1000010 100111 100110

Color Harmonies of #7D853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D853B

Black with #7D853B

Text Example


Text Example

White with #7D853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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