#69B336

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

Shades of Apple #69B336

Tints of Apple #69B336

Color information

#69B336 (or 0x69B336) is unknown color: approx Apple. HEX triplet: 69, B3 and 36. RGB value is (105,179,54). Sum of RGB (Red+Green+Blue) = 105+179+54=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #69B336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B336 is #964CC9. Grayscale: #8F8F8F. Windows color (decimal): -9850058 or 3584873. OLE color: 3584873.

HSL color Cylindrical-coordinate representation of color #69B336: hue angle of 95.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69B336 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB10517954-
CMYK0.4100.700.30
HSL95.52º53.65%45.69%-
HSV(B)95.52º69.83%70.2%-
XYZ22.6135.519.15-
YUV142.6277.98101.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 179 (70.31% from 255) = 52.96%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=31.07%
G=52.96%
B=15.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105179540.4100.700.3095.5253.6545.69
Hex69B336290461E60362e
Octal15126366510106361406656
Binary11010011011001111011010100101000110111101100000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,179,54); }

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

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

 a { background-color: rgb(105,179,54); }

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

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

 span { border-color: rgb(105,179,54); }

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