#69CA3C

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

Shades of Apple #69CA3C

Tints of Apple #69CA3C

Color information

#69CA3C (or 0x69CA3C) is unknown color: approx Apple. HEX triplet: 69, CA and 3C. RGB value is (105,202,60). Sum of RGB (Red+Green+Blue) = 105+202+60=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA3C is #9635C3. Grayscale: #9D9D9D. Windows color (decimal): -9844164 or 3983977. OLE color: 3983977.

HSL color Cylindrical-coordinate representation of color #69CA3C: hue angle of 100.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69CA3C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB10520260-
CMYK0.4800.700.21
HSL100.99º57.26%51.37%-
HSV(B)100.99º70.3%79.22%-
XYZ27.7645.5711.61-
YUV156.8173.3691.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 60 (23.83% from 255) = 16.35%
R=28.61%
G=55.04%
B=16.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202600.4800.700.21100.9957.2651.37
Hex69CA3C3004615653933
Octal15131274600106251457163
Binary11010011100101011110011000001000110101011100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,60); }

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

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

 a { background-color: rgb(105,202,60); }

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

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

 span { border-color: rgb(105,202,60); }

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