Html Css Color HEX #7D934C Wasabi

📋 copy color: '#7D934C'

red 125 ◦ green 147 ◦ blue 76

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

Shades of Wasabi #7D934C

Tints of Wasabi #7D934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 35.92%
G = 42.24%
B = 21.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#7D934C (or 0x7D934C) is known color: Wasabi. HEX triplet: 7D, 93 and 4C. RGB value is (125,147,76). Sum of RGB (Red+Green+Blue) = 125+147+76=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #7D934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D934C is #826CB3. Grayscale: #848484. Windows color (decimal): -8547508 or 5018493. OLE color: 5018493.

HSL color Cylindrical-coordinate representation of color #7D934C: hue angle of 78.59º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D934C is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 76 -
CMYK 0.15 0 0.48 0.42
HSL 78.59º 0.32% 0.44% -
HSV(B) 78.59º 0.48% 0.58% -
XYZ 20.2 25.75 10.74 -
YUV 132.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 125 147 76 0.15 0 0.48 0.42 78.59 0.32 0.44
Hex 7D 93 4C F 0 30 2A 4F 20 2C
Octal 175 223 114 17 0 60 52 117 40 54
Binary 1111101 10010011 1001100 1111 0 110000 101010 1001111 100000 101100

Color Harmonies of #7D934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D934C

Black with #7D934C

Text Example


Text Example

White with #7D934C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,76); }

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

background-color css

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

 a { background-color: rgb(125,147,76); }

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

border-color css

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

 span { border-color: rgb(125,147,76); }

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