#69B055

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

Shades of Apple #69B055

Tints of Apple #69B055

Color information

#69B055 (or 0x69B055) is unknown color: approx Apple. HEX triplet: 69, B0 and 55. RGB value is (105,176,85). Sum of RGB (Red+Green+Blue) = 105+176+85=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #69B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B055 is #964FAA. Grayscale: #909090. Windows color (decimal): -9850795 or 5615721. OLE color: 5615721.

HSL color Cylindrical-coordinate representation of color #69B055: hue angle of 106.81º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69B055 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB10517685-
CMYK0.4000.520.31
HSL106.81º36.55%51.18%-
HSV(B)106.81º51.7%69.02%-
XYZ22.9934.7114.08-
YUV144.494.4899.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=28.69%
G=48.09%
B=23.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105176850.4000.520.31106.8136.5551.18
Hex69B055280341F6b2533
Octal15126012550064371534563
Binary11010011011000010101011010000110100111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,85); }

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

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

 a { background-color: rgb(105,176,85); }

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

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

 span { border-color: rgb(105,176,85); }

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