#7DB640

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

Shades of Apple #7DB640

Tints of Apple #7DB640

Color information

#7DB640 (or 0x7DB640) is unknown color: approx Apple. HEX triplet: 7D, B6 and 40. RGB value is (125,182,64). Sum of RGB (Red+Green+Blue) = 125+182+64=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB640 is #8249BF. Grayscale: #979797. Windows color (decimal): -8538560 or 4241021. OLE color: 4241021.

HSL color Cylindrical-coordinate representation of color #7DB640: hue angle of 88.98º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DB640 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB12518264-
CMYK0.3100.650.29
HSL88.98º47.97%48.24%-
HSV(B)88.98º64.84%71.37%-
XYZ26.1138.1910.84-
YUV151.578.62109.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.69%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=33.69%
G=49.06%
B=17.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125182640.3100.650.2988.9847.9748.24
Hex7DB6401F0411D593030
Octal175266100370101351316060
Binary11111011011011010000001111101000001111011011001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,182,64); }

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

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

 a { background-color: rgb(125,182,64); }

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

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

 span { border-color: rgb(125,182,64); }

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