Html Css Color HEX #7A8B33 Wasabi

📋 copy color: '#7A8B33'

red 122 ◦ green 139 ◦ blue 51

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

Shades of Wasabi #7A8B33

Tints of Wasabi #7A8B33

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 39.1%
G = 44.55%
B = 16.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#7A8B33 (or 0x7A8B33) is known color: Wasabi. HEX triplet: 7A, 8B and 33. RGB value is (122,139,51). Sum of RGB (Red+Green+Blue) = 122+139+51=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B33 is #8574CC. Grayscale: #7C7C7C. Windows color (decimal): -8746189 or 3378042. OLE color: 3378042.

HSL color Cylindrical-coordinate representation of color #7A8B33: hue angle of 71.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A8B33 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 139 51 -
CMYK 0.12 0 0.63 0.45
HSL 71.59º 0.46% 0.37% -
HSV(B) 71.59º 0.63% 0.55% -
XYZ 17.86 22.84 6.6 -
YUV 123.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 122 139 51 0.12 0 0.63 0.45 71.59 0.46 0.37
Hex 7A 8B 33 C 0 3F 2D 48 2E 25
Octal 172 213 63 14 0 77 55 110 56 45
Binary 1111010 10001011 110011 1100 0 111111 101101 1001000 101110 100101

Color Harmonies of #7A8B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8B33

Black with #7A8B33

Text Example


Text Example

White with #7A8B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,139,51); }

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

background-color css

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

 a { background-color: rgb(122,139,51); }

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

border-color css

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

 span { border-color: rgb(122,139,51); }

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