#69BD5B

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

Shades of Apple #69BD5B

Tints of Apple #69BD5B

Color information

#69BD5B (or 0x69BD5B) is unknown color: approx Apple. HEX triplet: 69, BD and 5B. RGB value is (105,189,91). Sum of RGB (Red+Green+Blue) = 105+189+91=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD5B is #9642A4. Grayscale: #999999. Windows color (decimal): -9847461 or 6012265. OLE color: 6012265.

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

Color convert

RGB10518991-
CMYK0.4400.520.26
HSL111.43º42.61%54.9%-
HSV(B)111.43º51.85%74.12%-
XYZ25.9140.1516.28-
YUV152.7193.1793.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 189 (74.22% from 255) = 49.09%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=27.27%
G=49.09%
B=23.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105189910.4400.520.26111.4342.6154.9
Hex69BD5B2C0341A6f2b37
Octal15127513354064321575367
Binary11010011011110110110111011000110100110101101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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