Html Css Color HEX #7D923B Wasabi

📋 copy color: '#7D923B'

red 125 ◦ green 146 ◦ blue 59

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

Shades of Wasabi #7D923B

Tints of Wasabi #7D923B

RGB

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

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

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

R = 37.88%
G = 44.24%
B = 17.88%

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

#7D923B (or 0x7D923B) is known color: Wasabi. HEX triplet: 7D, 92 and 3B. RGB value is (125,146,59). Sum of RGB (Red+Green+Blue) = 125+146+59=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #7D923B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D923B is #826DC4. Grayscale: #828282. Windows color (decimal): -8547781 or 3904125. OLE color: 3904125.

HSL color Cylindrical-coordinate representation of color #7D923B: hue angle of 74.48º degrees, saturation: 0.42, 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 #7D923B is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 59 -
CMYK 0.14 0 0.60 0.43
HSL 74.48º 0.42% 0.4% -
HSV(B) 74.48º 0.6% 0.57% -
XYZ 19.53 25.23 7.98 -
YUV 129.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 125 146 59 0.14 0 0.60 0.43 74.48 0.42 0.4
Hex 7D 92 3B E 0 3C 2B 4A 2A 28
Octal 175 222 73 16 0 74 53 112 52 50
Binary 1111101 10010010 111011 1110 0 111100 101011 1001010 101010 101000

Color Harmonies of #7D923B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D923B

Black with #7D923B

Text Example


Text Example

White with #7D923B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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