#69BD5C

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

Shades of Apple #69BD5C

Tints of Apple #69BD5C

Color information

#69BD5C (or 0x69BD5C) is unknown color: approx Apple. HEX triplet: 69, BD and 5C. RGB value is (105,189,92). Sum of RGB (Red+Green+Blue) = 105+189+92=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD5C is #9642A3. Grayscale: #999999. Windows color (decimal): -9847460 or 6077801. OLE color: 6077801.

HSL color Cylindrical-coordinate representation of color #69BD5C: hue angle of 111.96º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69BD5C is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB10518992-
CMYK0.4400.510.26
HSL111.96º42.36%55.1%-
HSV(B)111.96º51.32%74.12%-
XYZ25.9640.1716.51-
YUV152.8393.6793.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 189 (74.22% from 255) = 48.96%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=27.20%
G=48.96%
B=23.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105189920.4400.510.26111.9642.3655.1
Hex69BD5C2C0331A702a37
Octal15127513454063321605267
Binary11010011011110110111001011000110011110101110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BD5C; }

 p { color: rgb(105,189,92); }

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

<style>
 a { background-color: #69BD5C; }

 a { background-color: rgb(105,189,92); }

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

<style>
 span { border-color: #69BD5C; }

 span { border-color: rgb(105,189,92); }

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