Html Css Color HEX #7A8244 Wasabi

📋 copy color: '#7A8244'

red 122 ◦ green 130 ◦ blue 68

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

Shades of Wasabi #7A8244

Tints of Wasabi #7A8244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 38.13%
G = 40.63%
B = 21.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#7A8244 (or 0x7A8244) is known color: Wasabi. HEX triplet: 7A, 82 and 44. RGB value is (122,130,68). Sum of RGB (Red+Green+Blue) = 122+130+68=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8244 is #857DBB. Grayscale: #787878. Windows color (decimal): -8748476 or 4489850. OLE color: 4489850.

HSL color Cylindrical-coordinate representation of color #7A8244: hue angle of 67.74º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8244 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 68 -
CMYK 0.06 0 0.48 0.49
HSL 67.74º 0.31% 0.39% -
HSV(B) 67.74º 0.48% 0.51% -
XYZ 17.05 20.52 8.53 -
YUV 120.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 122 130 68 0.06 0 0.48 0.49 67.74 0.31 0.39
Hex 7A 82 44 6 0 30 31 44 1F 27
Octal 172 202 104 6 0 60 61 104 37 47
Binary 1111010 10000010 1000100 110 0 110000 110001 1000100 11111 100111

Color Harmonies of #7A8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8244

Black with #7A8244

Text Example


Text Example

White with #7A8244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,68); }

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

background-color css

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

 a { background-color: rgb(122,130,68); }

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

border-color css

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

 span { border-color: rgb(122,130,68); }

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