#69B75C

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

Shades of Apple #69B75C

Tints of Apple #69B75C

Color information

#69B75C (or 0x69B75C) is unknown color: approx Apple. HEX triplet: 69, B7 and 5C. RGB value is (105,183,92). Sum of RGB (Red+Green+Blue) = 105+183+92=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #69B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B75C is #9648A3. Grayscale: #959595. Windows color (decimal): -9848996 or 6076265. OLE color: 6076265.

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

Color convert

RGB10518392-
CMYK0.4300.500.28
HSL111.43º38.72%53.92%-
HSV(B)111.43º49.73%71.76%-
XYZ24.6937.6416.09-
YUV149.395.6696.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=27.63%
G=48.16%
B=24.21%

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
Decimal105183920.4300.500.28111.4338.7253.92
Hex69B75C2B0321C6f2736
Octal15126713453062341574766
Binary11010011011011110111001010110110010111001101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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