#7CB93F

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

Shades of Apple #7CB93F

Tints of Apple #7CB93F

Color information

#7CB93F (or 0x7CB93F) is unknown color: approx Apple. HEX triplet: 7C, B9 and 3F. RGB value is (124,185,63). Sum of RGB (Red+Green+Blue) = 124+185+63=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB93F is #8346C0. Grayscale: #999999. Windows color (decimal): -8603329 or 4176252. OLE color: 4176252.

HSL color Cylindrical-coordinate representation of color #7CB93F: hue angle of 90º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CB93F is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB12418563-
CMYK0.3300.660.27
HSL90º49.19%48.63%-
HSV(B)90º65.95%72.55%-
XYZ26.5639.3410.9-
YUV152.8577.29107.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 49.73%
BLUE value IS 63 (25% from 255) = 16.94%
R=33.33%
G=49.73%
B=16.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124185630.3300.660.279049.1948.63
Hex7CB93F210421B5a3131
Octal17427177410102331326161
Binary11111001011100111111110000101000010110111011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,63); }

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

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

 a { background-color: rgb(124,185,63); }

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

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

 span { border-color: rgb(124,185,63); }

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