#69B754

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

Shades of Apple #69B754

Tints of Apple #69B754

Color information

#69B754 (or 0x69B754) is unknown color: approx Apple. HEX triplet: 69, B7 and 54. RGB value is (105,183,84). Sum of RGB (Red+Green+Blue) = 105+183+84=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #69B754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B754 is #9648AB. Grayscale: #949494. Windows color (decimal): -9849004 or 5551977. OLE color: 5551977.

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

Color convert

RGB10518384-
CMYK0.4300.540.28
HSL107.27º40.74%52.35%-
HSV(B)107.27º54.1%71.76%-
XYZ24.3637.5114.34-
YUV148.3991.6697.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=28.23%
G=49.19%
B=22.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183840.4300.540.28107.2740.7452.35
Hex69B7542B0361C6b2934
Octal15126712453066341535164
Binary11010011011011110101001010110110110111001101011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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