Html Css Color HEX #7A963D Sushi

📋 copy color: '#7A963D'

red 122 ◦ green 150 ◦ blue 61

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

Shades of Sushi #7A963D

Tints of Sushi #7A963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 36.64%
G = 45.05%
B = 18.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#7A963D (or 0x7A963D) is known color: Sushi. HEX triplet: 7A, 96 and 3D. RGB value is (122,150,61). Sum of RGB (Red+Green+Blue) = 122+150+61=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #7A963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A963D is #8569C2. Grayscale: #838383. Windows color (decimal): -8743363 or 4036218. OLE color: 4036218.

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

Color convert

RGB 122 150 61 -
CMYK 0.19 0 0.59 0.41
HSL 78.88º 0.42% 0.41% -
HSV(B) 78.88º 0.59% 0.59% -
XYZ 19.77 26.29 8.45 -
YUV 131.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 122 150 61 0.19 0 0.59 0.41 78.88 0.42 0.41
Hex 7A 96 3D 13 0 3B 29 4F 2A 29
Octal 172 226 75 23 0 73 51 117 52 51
Binary 1111010 10010110 111101 10011 0 111011 101001 1001111 101010 101001

Color Harmonies of #7A963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A963D

Black with #7A963D

Text Example


Text Example

White with #7A963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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