#699D41

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

Shades of Apple #699D41

Tints of Apple #699D41

Color information

#699D41 (or 0x699D41) is unknown color: approx Apple. HEX triplet: 69, 9D and 41. RGB value is (105,157,65). Sum of RGB (Red+Green+Blue) = 105+157+65=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #699D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D41 is #9662BE. Grayscale: #838383. Windows color (decimal): -9855679 or 4300137. OLE color: 4300137.

HSL color Cylindrical-coordinate representation of color #699D41: hue angle of 93.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #699D41 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB10515765-
CMYK0.3300.590.38
HSL93.91º41.44%43.53%-
HSV(B)93.91º58.6%61.57%-
XYZ18.8427.59.32-
YUV130.9690.77109.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 157 (61.72% from 255) = 48.01%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=32.11%
G=48.01%
B=19.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157650.3300.590.3893.9141.4443.53
Hex699D412103B265e292c
Octal15123510141073461365154
Binary110100110011101100000110000101110111001101011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D41; }

 p { color: rgb(105,157,65); }

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

<style>
 a { background-color: #699D41; }

 a { background-color: rgb(105,157,65); }

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

<style>
 span { border-color: #699D41; }

 span { border-color: rgb(105,157,65); }

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