Html Css Color HEX #7D914B Wasabi

📋 copy color: '#7D914B'

red 125 ◦ green 145 ◦ blue 75

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

Shades of Wasabi #7D914B

Tints of Wasabi #7D914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 36.23%
G = 42.03%
B = 21.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#7D914B (or 0x7D914B) is known color: Wasabi. HEX triplet: 7D, 91 and 4B. RGB value is (125,145,75). Sum of RGB (Red+Green+Blue) = 125+145+75=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #7D914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D914B is #826EB4. Grayscale: #838383. Windows color (decimal): -8548021 or 4952445. OLE color: 4952445.

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

Color convert

RGB 125 145 75 -
CMYK 0.14 0 0.48 0.43
HSL 77.14º 0.32% 0.43% -
HSV(B) 77.14º 0.48% 0.57% -
XYZ 19.85 25.12 10.46 -
YUV 131.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 125 145 75 0.14 0 0.48 0.43 77.14 0.32 0.43
Hex 7D 91 4B E 0 30 2B 4D 20 2B
Octal 175 221 113 16 0 60 53 115 40 53
Binary 1111101 10010001 1001011 1110 0 110000 101011 1001101 100000 101011

Color Harmonies of #7D914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D914B

Black with #7D914B

Text Example


Text Example

White with #7D914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,145,75); }

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

background-color css

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

 a { background-color: rgb(125,145,75); }

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

border-color css

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

 span { border-color: rgb(125,145,75); }

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