#69B95A

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

Shades of Apple #69B95A

Tints of Apple #69B95A

Color information

#69B95A (or 0x69B95A) is unknown color: approx Apple. HEX triplet: 69, B9 and 5A. RGB value is (105,185,90). Sum of RGB (Red+Green+Blue) = 105+185+90=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #69B95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B95A is #9646A5. Grayscale: #969696. Windows color (decimal): -9848486 or 5945705. OLE color: 5945705.

HSL color Cylindrical-coordinate representation of color #69B95A: hue angle of 110.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69B95A is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB10518590-
CMYK0.4300.510.27
HSL110.53º40.43%53.92%-
HSV(B)110.53º51.35%72.55%-
XYZ25.0238.4415.77-
YUV150.259495.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=27.63%
G=48.68%
B=23.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105185900.4300.510.27110.5340.4353.92
Hex69B95A2B0331B6f2836
Octal15127113253063331575066
Binary11010011011100110110101010110110011110111101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,90); }

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

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

 a { background-color: rgb(105,185,90); }

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

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

 span { border-color: rgb(105,185,90); }

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