#7DB940

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

Shades of Apple #7DB940

Tints of Apple #7DB940

Color information

#7DB940 (or 0x7DB940) is unknown color: approx Apple. HEX triplet: 7D, B9 and 40. RGB value is (125,185,64). Sum of RGB (Red+Green+Blue) = 125+185+64=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB940 is #8246BF. Grayscale: #999999. Windows color (decimal): -8537792 or 4241789. OLE color: 4241789.

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

Color convert

RGB12518564-
CMYK0.3200.650.27
HSL89.75º48.59%48.82%-
HSV(B)89.75º65.41%72.55%-
XYZ26.7339.4311.05-
YUV153.2777.62107.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=33.42%
G=49.47%
B=17.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125185640.3200.650.2789.7548.5948.82
Hex7DB940200411B5a3131
Octal175271100400101331326161
Binary111110110111001100000010000001000001110111011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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