Html Css Color HEX #7D8B46 Wasabi

📋 copy color: '#7D8B46'

red 125 ◦ green 139 ◦ blue 70

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

Shades of Wasabi #7D8B46

Tints of Wasabi #7D8B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 37.43%
G = 41.62%
B = 20.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#7D8B46 (or 0x7D8B46) is known color: Wasabi. HEX triplet: 7D, 8B and 46. RGB value is (125,139,70). Sum of RGB (Red+Green+Blue) = 125+139+70=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8B46 is #8274B9. Grayscale: #7F7F7F. Windows color (decimal): -8549562 or 4623229. OLE color: 4623229.

HSL color Cylindrical-coordinate representation of color #7D8B46: hue angle of 72.17º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8B46 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 139 70 -
CMYK 0.10 0 0.50 0.45
HSL 72.17º 0.33% 0.41% -
HSV(B) 72.17º 0.5% 0.55% -
XYZ 18.8 23.27 9.29 -
YUV 126.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 125 139 70 0.10 0 0.50 0.45 72.17 0.33 0.41
Hex 7D 8B 46 A 0 32 2D 48 21 29
Octal 175 213 106 12 0 62 55 110 41 51
Binary 1111101 10001011 1000110 1010 0 110010 101101 1001000 100001 101001

Color Harmonies of #7D8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8B46

Black with #7D8B46

Text Example


Text Example

White with #7D8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,139,70); }

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

background-color css

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

 a { background-color: rgb(125,139,70); }

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

border-color css

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

 span { border-color: rgb(125,139,70); }

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