#69B95B

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

Shades of Apple #69B95B

Tints of Apple #69B95B

Color information

#69B95B (or 0x69B95B) is unknown color: approx Apple. HEX triplet: 69, B9 and 5B. RGB value is (105,185,91). Sum of RGB (Red+Green+Blue) = 105+185+91=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #69B95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B95B is #9646A4. Grayscale: #969696. Windows color (decimal): -9848485 or 6011241. OLE color: 6011241.

HSL color Cylindrical-coordinate representation of color #69B95B: hue angle of 111.06º 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 #69B95B is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB10518591-
CMYK0.4300.510.27
HSL111.06º40.17%54.12%-
HSV(B)111.06º50.81%72.55%-
XYZ25.0638.4616-
YUV150.3694.595.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=27.56%
G=48.56%
B=23.88%

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
Decimal105185910.4300.510.27111.0640.1754.12
Hex69B95B2B0331B6f2836
Octal15127113353063331575066
Binary11010011011100110110111010110110011110111101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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