#69B736

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

Shades of Apple #69B736

Tints of Apple #69B736

Color information

#69B736 (or 0x69B736) is unknown color: approx Apple. HEX triplet: 69, B7 and 36. RGB value is (105,183,54). Sum of RGB (Red+Green+Blue) = 105+183+54=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #69B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B736 is #9648C9. Grayscale: #919191. Windows color (decimal): -9849034 or 3585897. OLE color: 3585897.

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

Color convert

RGB10518354-
CMYK0.4300.700.28
HSL96.28º54.43%46.47%-
HSV(B)96.28º70.49%71.76%-
XYZ23.4337.149.42-
YUV144.9776.6699.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 183 (71.88% from 255) = 53.51%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=30.70%
G=53.51%
B=15.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183540.4300.700.2896.2854.4346.47
Hex69B7362B0461C60362e
Octal15126766530106341406656
Binary11010011011011111011010101101000110111001100000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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