Html Css Color HEX #7A8A39 Wasabi

📋 copy color: '#7A8A39'

red 122 ◦ green 138 ◦ blue 57

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

Shades of Wasabi #7A8A39

Tints of Wasabi #7A8A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 38.49%
G = 43.53%
B = 17.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#7A8A39 (or 0x7A8A39) is known color: Wasabi. HEX triplet: 7A, 8A and 39. RGB value is (122,138,57). Sum of RGB (Red+Green+Blue) = 122+138+57=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A39 is #8575C6. Grayscale: #7C7C7C. Windows color (decimal): -8746439 or 3771002. OLE color: 3771002.

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

Color convert

RGB 122 138 57 -
CMYK 0.12 0 0.59 0.46
HSL 71.85º 0.42% 0.38% -
HSV(B) 71.85º 0.59% 0.54% -
XYZ 17.85 22.61 7.29 -
YUV 123.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 122 138 57 0.12 0 0.59 0.46 71.85 0.42 0.38
Hex 7A 8A 39 C 0 3B 2E 48 2A 26
Octal 172 212 71 14 0 73 56 110 52 46
Binary 1111010 10001010 111001 1100 0 111011 101110 1001000 101010 100110

Color Harmonies of #7A8A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8A39

Black with #7A8A39

Text Example


Text Example

White with #7A8A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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