Html Css Color HEX #7A8A37 Wasabi

📋 copy color: '#7A8A37'

red 122 ◦ green 138 ◦ blue 55

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

Shades of Wasabi #7A8A37

Tints of Wasabi #7A8A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 38.73%
G = 43.81%
B = 17.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#7A8A37 (or 0x7A8A37) is known color: Wasabi. HEX triplet: 7A, 8A and 37. RGB value is (122,138,55). Sum of RGB (Red+Green+Blue) = 122+138+55=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A37 is #8575C8. Grayscale: #7C7C7C. Windows color (decimal): -8746441 or 3639930. OLE color: 3639930.

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

Color convert

RGB 122 138 55 -
CMYK 0.12 0 0.60 0.46
HSL 71.57º 0.43% 0.38% -
HSV(B) 71.57º 0.6% 0.54% -
XYZ 17.8 22.59 7.04 -
YUV 123.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 122 138 55 0.12 0 0.60 0.46 71.57 0.43 0.38
Hex 7A 8A 37 C 0 3C 2E 48 2B 26
Octal 172 212 67 14 0 74 56 110 53 46
Binary 1111010 10001010 110111 1100 0 111100 101110 1001000 101011 100110

Color Harmonies of #7A8A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8A37

Black with #7A8A37

Text Example


Text Example

White with #7A8A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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