#69B14B

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

Shades of Apple #69B14B

Tints of Apple #69B14B

Color information

#69B14B (or 0x69B14B) is unknown color: approx Apple. HEX triplet: 69, B1 and 4B. RGB value is (105,177,75). Sum of RGB (Red+Green+Blue) = 105+177+75=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #69B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B14B is #964EB4. Grayscale: #909090. Windows color (decimal): -9850549 or 4960617. OLE color: 4960617.

HSL color Cylindrical-coordinate representation of color #69B14B: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B14B is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB10517775-
CMYK0.4100.580.31
HSL102.35º40.48%49.41%-
HSV(B)102.35º57.63%69.41%-
XYZ22.8234.9612.2-
YUV143.8489.15100.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=29.41%
G=49.58%
B=21.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105177750.4100.580.31102.3540.4849.41
Hex69B14B2903A1F662831
Octal15126111351072371465061
Binary11010011011000110010111010010111010111111100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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