Html Css Color HEX #7A8236 Wasabi

📋 copy color: '#7A8236'

red 122 ◦ green 130 ◦ blue 54

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

Shades of Wasabi #7A8236

Tints of Wasabi #7A8236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 39.87%
G = 42.48%
B = 17.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#7A8236 (or 0x7A8236) is known color: Wasabi. HEX triplet: 7A, 82 and 36. RGB value is (122,130,54). Sum of RGB (Red+Green+Blue) = 122+130+54=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8236 is #857DC9. Grayscale: #777777. Windows color (decimal): -8748490 or 3572346. OLE color: 3572346.

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

Color convert

RGB 122 130 54 -
CMYK 0.06 0 0.58 0.49
HSL 66.32º 0.41% 0.36% -
HSV(B) 66.32º 0.58% 0.51% -
XYZ 16.67 20.37 6.54 -
YUV 118.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 122 130 54 0.06 0 0.58 0.49 66.32 0.41 0.36
Hex 7A 82 36 6 0 3A 31 42 29 24
Octal 172 202 66 6 0 72 61 102 51 44
Binary 1111010 10000010 110110 110 0 111010 110001 1000010 101001 100100

Color Harmonies of #7A8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8236

Black with #7A8236

Text Example


Text Example

White with #7A8236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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