Html Css Color HEX #7A8E2E Wasabi

📋 copy color: '#7A8E2E'

red 122 ◦ green 142 ◦ blue 46

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

Shades of Wasabi #7A8E2E

Tints of Wasabi #7A8E2E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.81%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 39.35%
G = 45.81%
B = 14.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#7A8E2E (or 0x7A8E2E) is known color: Wasabi. HEX triplet: 7A, 8E and 2E. RGB value is (122,142,46). Sum of RGB (Red+Green+Blue) = 122+142+46=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E2E is #8571D1. Grayscale: #7D7D7D. Windows color (decimal): -8745426 or 3051130. OLE color: 3051130.

HSL color Cylindrical-coordinate representation of color #7A8E2E: hue angle of 72.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A8E2E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 142 46 -
CMYK 0.14 0 0.68 0.44
HSL 72.5º 0.51% 0.37% -
HSV(B) 72.5º 0.68% 0.56% -
XYZ 18.19 23.68 6.2 -
YUV 125.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 122 142 46 0.14 0 0.68 0.44 72.5 0.51 0.37
Hex 7A 8E 2E E 0 44 2C 48 33 25
Octal 172 216 56 16 0 104 54 110 63 45
Binary 1111010 10001110 101110 1110 0 1000100 101100 1001000 110011 100101

Color Harmonies of #7A8E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8E2E

Black with #7A8E2E

Text Example


Text Example

White with #7A8E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,142,46); }

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

background-color css

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

 a { background-color: rgb(122,142,46); }

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

border-color css

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

 span { border-color: rgb(122,142,46); }

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