Html Css Color HEX #7AA742 Sushi

📋 copy color: '#7AA742'

red 122 ◦ green 167 ◦ blue 66

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

Shades of Sushi #7AA742

Tints of Sushi #7AA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.04%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 34.37%
G = 47.04%
B = 18.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#7AA742 (or 0x7AA742) is known color: Sushi. HEX triplet: 7A, A7 and 42. RGB value is (122,167,66). Sum of RGB (Red+Green+Blue) = 122+167+66=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA742 is #8558BD. Grayscale: #8E8E8E. Windows color (decimal): -8739006 or 4368250. OLE color: 4368250.

HSL color Cylindrical-coordinate representation of color #7AA742: hue angle of 86.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AA742 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 167 66 -
CMYK 0.27 0 0.60 0.35
HSL 86.73º 0.43% 0.46% -
HSV(B) 86.73º 0.6% 0.65% -
XYZ 22.83 32.17 10.16 -
YUV 142.03 85.09 113.71 -
System Red Green Blue C M Y K H S L
Decimal 122 167 66 0.27 0 0.60 0.35 86.73 0.43 0.46
Hex 7A A7 42 1B 0 3C 23 57 2B 2E
Octal 172 247 102 33 0 74 43 127 53 56
Binary 1111010 10100111 1000010 11011 0 111100 100011 1010111 101011 101110

Color Harmonies of #7AA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA742

Black with #7AA742

Text Example


Text Example

White with #7AA742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,167,66); }

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

background-color css

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

 a { background-color: rgb(122,167,66); }

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

border-color css

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

 span { border-color: rgb(122,167,66); }

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