Html Css Color HEX #7A962C Sushi

📋 copy color: '#7A962C'

red 122 ◦ green 150 ◦ blue 44

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

Shades of Sushi #7A962C

Tints of Sushi #7A962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 38.61%
G = 47.47%
B = 13.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#7A962C (or 0x7A962C) is known color: Sushi. HEX triplet: 7A, 96 and 2C. RGB value is (122,150,44). Sum of RGB (Red+Green+Blue) = 122+150+44=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #7A962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A962C is #8569D3. Grayscale: #818181. Windows color (decimal): -8743380 or 2922106. OLE color: 2922106.

HSL color Cylindrical-coordinate representation of color #7A962C: hue angle of 75.85º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A962C is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 150 44 -
CMYK 0.19 0 0.71 0.41
HSL 75.85º 0.55% 0.38% -
HSV(B) 75.85º 0.71% 0.59% -
XYZ 19.39 26.13 6.41 -
YUV 129.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 122 150 44 0.19 0 0.71 0.41 75.85 0.55 0.38
Hex 7A 96 2C 13 0 47 29 4C 37 26
Octal 172 226 54 23 0 107 51 114 67 46
Binary 1111010 10010110 101100 10011 0 1000111 101001 1001100 110111 100110

Color Harmonies of #7A962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A962C

Black with #7A962C

Text Example


Text Example

White with #7A962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,150,44); }

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

background-color css

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

 a { background-color: rgb(122,150,44); }

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

border-color css

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

 span { border-color: rgb(122,150,44); }

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