#69B253

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

Shades of Apple #69B253

Tints of Apple #69B253

Color information

#69B253 (or 0x69B253) is unknown color: approx Apple. HEX triplet: 69, B2 and 53. RGB value is (105,178,83). Sum of RGB (Red+Green+Blue) = 105+178+83=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #69B253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B253 is #964DAC. Grayscale: #919191. Windows color (decimal): -9850285 or 5485161. OLE color: 5485161.

HSL color Cylindrical-coordinate representation of color #69B253: hue angle of 106.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69B253 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB10517883-
CMYK0.4100.530.30
HSL106.11º38.15%51.18%-
HSV(B)106.11º53.37%69.8%-
XYZ23.3135.4713.8-
YUV145.3492.8299.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=28.69%
G=48.63%
B=22.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105178830.4100.530.30106.1138.1551.18
Hex69B253290351E6a2633
Octal15126212351065361524663
Binary11010011011001010100111010010110101111101101010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,178,83); }

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

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

 a { background-color: rgb(105,178,83); }

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

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

 span { border-color: rgb(105,178,83); }

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