#69B75B

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

Shades of Apple #69B75B

Tints of Apple #69B75B

Color information

#69B75B (or 0x69B75B) is unknown color: approx Apple. HEX triplet: 69, B7 and 5B. RGB value is (105,183,91). Sum of RGB (Red+Green+Blue) = 105+183+91=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #69B75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B75B is #9648A4. Grayscale: #959595. Windows color (decimal): -9848997 or 6010729. OLE color: 6010729.

HSL color Cylindrical-coordinate representation of color #69B75B: hue angle of 110.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69B75B is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB10518391-
CMYK0.4300.500.28
HSL110.87º38.98%53.73%-
HSV(B)110.87º50.27%71.76%-
XYZ24.6537.6315.86-
YUV149.1995.1696.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=27.70%
G=48.28%
B=24.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183910.4300.500.28110.8738.9853.73
Hex69B75B2B0321C6f2736
Octal15126713353062341574766
Binary11010011011011110110111010110110010111001101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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