#69B95D

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

Shades of Apple #69B95D

Tints of Apple #69B95D

Color information

#69B95D (or 0x69B95D) is unknown color: approx Apple. HEX triplet: 69, B9 and 5D. RGB value is (105,185,93). Sum of RGB (Red+Green+Blue) = 105+185+93=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #69B95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B95D is #9646A2. Grayscale: #969696. Windows color (decimal): -9848483 or 6142313. OLE color: 6142313.

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

Color convert

RGB10518593-
CMYK0.4300.500.27
HSL112.17º39.66%54.51%-
HSV(B)112.17º49.73%72.55%-
XYZ25.1538.4916.46-
YUV150.5995.595.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 185 (72.66% from 255) = 48.30%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=27.42%
G=48.30%
B=24.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105185930.4300.500.27112.1739.6654.51
Hex69B95D2B0321B702837
Octal15127113553062331605067
Binary11010011011100110111011010110110010110111110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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