#7ABF3F

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

Shades of Apple #7ABF3F

Tints of Apple #7ABF3F

Color information

#7ABF3F (or 0x7ABF3F) is unknown color: approx Apple. HEX triplet: 7A, BF and 3F. RGB value is (122,191,63). Sum of RGB (Red+Green+Blue) = 122+191+63=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF3F is #8540C0. Grayscale: #9C9C9C. Windows color (decimal): -8732865 or 4177786. OLE color: 4177786.

HSL color Cylindrical-coordinate representation of color #7ABF3F: hue angle of 92.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ABF3F is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB12219163-
CMYK0.3600.670.25
HSL92.34º50.39%49.8%-
HSV(B)92.34º67.02%74.9%-
XYZ27.5541.7611.31-
YUV155.7875.64103.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 63 (25% from 255) = 16.76%
R=32.45%
G=50.80%
B=16.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122191630.3600.670.2592.3450.3949.8
Hex7ABF3F24043195c3232
Octal17227777440103311346262
Binary11110101011111111111110010001000011110011011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,63); }

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

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

 a { background-color: rgb(122,191,63); }

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

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

 span { border-color: rgb(122,191,63); }

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