Html Css Color HEX #7A9429 Sushi

📋 copy color: '#7A9429'

red 122 ◦ green 148 ◦ blue 41

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

Shades of Sushi #7A9429

Tints of Sushi #7A9429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 39.23%
G = 47.59%
B = 13.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#7A9429 (or 0x7A9429) is known color: Sushi. HEX triplet: 7A, 94 and 29. RGB value is (122,148,41). Sum of RGB (Red+Green+Blue) = 122+148+41=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9429 is #856BD6. Grayscale: #808080. Windows color (decimal): -8743895 or 2724986. OLE color: 2724986.

HSL color Cylindrical-coordinate representation of color #7A9429: hue angle of 74.58º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A9429 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 41 -
CMYK 0.18 0 0.72 0.42
HSL 74.58º 0.57% 0.37% -
HSV(B) 74.58º 0.72% 0.58% -
XYZ 19.02 25.48 6.01 -
YUV 128.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 122 148 41 0.18 0 0.72 0.42 74.58 0.57 0.37
Hex 7A 94 29 12 0 48 2A 4B 39 25
Octal 172 224 51 22 0 110 52 113 71 45
Binary 1111010 10010100 101001 10010 0 1001000 101010 1001011 111001 100101

Color Harmonies of #7A9429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9429

Black with #7A9429

Text Example


Text Example

White with #7A9429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,148,41); }

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

background-color css

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

 a { background-color: rgb(122,148,41); }

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

border-color css

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

 span { border-color: rgb(122,148,41); }

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