Html Css Color HEX #7A8A46 Wasabi

📋 copy color: '#7A8A46'

red 122 ◦ green 138 ◦ blue 70

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

Shades of Wasabi #7A8A46

Tints of Wasabi #7A8A46

RGB

 RED value IS 122 (48.05% from 255) = 36.97%

 GREEN value IS 138 (54.3% from 255) = 41.82%

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

R = 36.97%
G = 41.82%
B = 21.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#7A8A46 (or 0x7A8A46) is known color: Wasabi. HEX triplet: 7A, 8A and 46. RGB value is (122,138,70). Sum of RGB (Red+Green+Blue) = 122+138+70=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A46 is #8575B9. Grayscale: #7D7D7D. Windows color (decimal): -8746426 or 4622970. OLE color: 4622970.

HSL color Cylindrical-coordinate representation of color #7A8A46: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8A46 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 138 70 -
CMYK 0.12 0 0.49 0.46
HSL 74.12º 0.33% 0.41% -
HSV(B) 74.12º 0.49% 0.54% -
XYZ 18.22 22.76 9.23 -
YUV 125.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 122 138 70 0.12 0 0.49 0.46 74.12 0.33 0.41
Hex 7A 8A 46 C 0 31 2E 4A 21 29
Octal 172 212 106 14 0 61 56 112 41 51
Binary 1111010 10001010 1000110 1100 0 110001 101110 1001010 100001 101001

Color Harmonies of #7A8A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8A46

Black with #7A8A46

Text Example


Text Example

White with #7A8A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,138,70); }

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

background-color css

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

 a { background-color: rgb(122,138,70); }

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

border-color css

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

 span { border-color: rgb(122,138,70); }

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