Html Css Color HEX #7A8A36 Wasabi

📋 copy color: '#7A8A36'

red 122 ◦ green 138 ◦ blue 54

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

Shades of Wasabi #7A8A36

Tints of Wasabi #7A8A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 38.85%
G = 43.95%
B = 17.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#7A8A36 (or 0x7A8A36) is known color: Wasabi. HEX triplet: 7A, 8A and 36. RGB value is (122,138,54). Sum of RGB (Red+Green+Blue) = 122+138+54=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A36 is #8575C9. Grayscale: #7B7B7B. Windows color (decimal): -8746442 or 3574394. OLE color: 3574394.

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

Color convert

RGB 122 138 54 -
CMYK 0.12 0 0.61 0.46
HSL 71.43º 0.44% 0.38% -
HSV(B) 71.43º 0.61% 0.54% -
XYZ 17.78 22.58 6.91 -
YUV 123.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 122 138 54 0.12 0 0.61 0.46 71.43 0.44 0.38
Hex 7A 8A 36 C 0 3D 2E 47 2C 26
Octal 172 212 66 14 0 75 56 107 54 46
Binary 1111010 10001010 110110 1100 0 111101 101110 1000111 101100 100110

Color Harmonies of #7A8A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8A36

Black with #7A8A36

Text Example


Text Example

White with #7A8A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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