#69C84A

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

Shades of Apple #69C84A

Tints of Apple #69C84A

Color information

#69C84A (or 0x69C84A) is unknown color: approx Apple. HEX triplet: 69, C8 and 4A. RGB value is (105,200,74). Sum of RGB (Red+Green+Blue) = 105+200+74=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #69C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C84A is #9637B5. Grayscale: #9D9D9D. Windows color (decimal): -9844662 or 4900969. OLE color: 4900969.

HSL color Cylindrical-coordinate representation of color #69C84A: hue angle of 105.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69C84A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB10520074-
CMYK0.4800.630.22
HSL105.24º53.39%53.73%-
HSV(B)105.24º63%78.43%-
XYZ27.7244.8113.67-
YUV157.2381.0390.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 200 (78.52% from 255) = 52.77%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=27.70%
G=52.77%
B=19.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105200740.4800.630.22105.2453.3953.73
Hex69C84A3003F16693536
Octal15131011260077261516566
Binary11010011100100010010101100000111111101101101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,200,74); }

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

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

 a { background-color: rgb(105,200,74); }

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

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

 span { border-color: rgb(105,200,74); }

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