Html Css Color HEX #7D923A Wasabi

📋 copy color: '#7D923A'

red 125 ◦ green 146 ◦ blue 58

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

Shades of Wasabi #7D923A

Tints of Wasabi #7D923A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 37.99%
G = 44.38%
B = 17.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#7D923A (or 0x7D923A) is known color: Wasabi. HEX triplet: 7D, 92 and 3A. RGB value is (125,146,58). Sum of RGB (Red+Green+Blue) = 125+146+58=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #7D923A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D923A is #826DC5. Grayscale: #828282. Windows color (decimal): -8547782 or 3838589. OLE color: 3838589.

HSL color Cylindrical-coordinate representation of color #7D923A: hue angle of 74.32º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D923A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 58 -
CMYK 0.14 0 0.60 0.43
HSL 74.32º 0.43% 0.4% -
HSV(B) 74.32º 0.6% 0.57% -
XYZ 19.5 25.22 7.84 -
YUV 129.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 125 146 58 0.14 0 0.60 0.43 74.32 0.43 0.4
Hex 7D 92 3A E 0 3C 2B 4A 2B 28
Octal 175 222 72 16 0 74 53 112 53 50
Binary 1111101 10010010 111010 1110 0 111100 101011 1001010 101011 101000

Color Harmonies of #7D923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D923A

Black with #7D923A

Text Example


Text Example

White with #7D923A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,146,58); }

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

background-color css

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

 a { background-color: rgb(125,146,58); }

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

border-color css

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

 span { border-color: rgb(125,146,58); }

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