#69c14b

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

Shades of Apple #69C14B

Tints of Apple #69C14B

Color information

#69C14B (or 0x69C14B) is unknown color: approx Apple. HEX triplet: 69, C1 and 4B. RGB value is (105,193,75). Sum of RGB (Red+Green+Blue) = 105+193+75=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #69C14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C14B is #963EB4. Grayscale: #999999. Windows color (decimal): -9846453 or 4964713. OLE color: 4964713.

HSL color Cylindrical-coordinate representation of color #69C14B: hue angle of 104.75º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69C14B is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB10519375-
CMYK0.4600.610.24
HSL104.75º48.76%52.55%-
HSV(B)104.75º61.14%75.69%-
XYZ26.1741.6513.32-
YUV153.2483.8593.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=28.15%
G=51.74%
B=20.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105193750.4600.610.24104.7548.7652.55
Hex69C14B2E03D18693135
Octal15130111356075301516165
Binary11010011100000110010111011100111101110001101001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69c14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,193,75); }

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

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

 a { background-color: rgb(105,193,75); }

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

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

 span { border-color: rgb(105,193,75); }

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