#7AB642

Color #7AB642 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #7AB642

Tints of Apple #7AB642

Color information

#7AB642 (or 0x7AB642) is unknown color: approx Apple. HEX triplet: 7A, B6 and 42. RGB value is (122,182,66). Sum of RGB (Red+Green+Blue) = 122+182+66=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB642 is #8549BD. Grayscale: #979797. Windows color (decimal): -8735166 or 4372090. OLE color: 4372090.

HSL color Cylindrical-coordinate representation of color #7AB642: hue angle of 91.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AB642 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB12218266-
CMYK0.3300.640.29
HSL91.03º46.77%48.63%-
HSV(B)91.03º63.74%71.37%-
XYZ25.7437.9911.13-
YUV150.8480.12107.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.97%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=32.97%
G=49.19%
B=17.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122182660.3300.640.2991.0346.7748.63
Hex7AB642210401D5b2f31
Octal172266102410100351335761
Binary111101010110110100001010000101000000111011011011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AB642;
 }
 .AnyTagClassName
 {
   color: #7AB642;
 }
</style>
background-color css

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

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

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

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

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

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