Html Css Color HEX #7A8C30 Wasabi

📋 copy color: '#7A8C30'

red 122 ◦ green 140 ◦ blue 48

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

Shades of Wasabi #7A8C30

Tints of Wasabi #7A8C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 39.35%
G = 45.16%
B = 15.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#7A8C30 (or 0x7A8C30) is known color: Wasabi. HEX triplet: 7A, 8C and 30. RGB value is (122,140,48). Sum of RGB (Red+Green+Blue) = 122+140+48=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #7A8C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8C30 is #8573CF. Grayscale: #7C7C7C. Windows color (decimal): -8745936 or 3181690. OLE color: 3181690.

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

Color convert

RGB 122 140 48 -
CMYK 0.13 0 0.66 0.45
HSL 71.74º 0.49% 0.37% -
HSV(B) 71.74º 0.66% 0.55% -
XYZ 17.94 23.11 6.31 -
YUV 124.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 122 140 48 0.13 0 0.66 0.45 71.74 0.49 0.37
Hex 7A 8C 30 D 0 42 2D 48 31 25
Octal 172 214 60 15 0 102 55 110 61 45
Binary 1111010 10001100 110000 1101 0 1000010 101101 1001000 110001 100101

Color Harmonies of #7A8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8C30

Black with #7A8C30

Text Example


Text Example

White with #7A8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,140,48); }

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

background-color css

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

 a { background-color: rgb(122,140,48); }

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

border-color css

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

 span { border-color: rgb(122,140,48); }

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