#69B33E

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

Shades of Apple #69B33E

Tints of Apple #69B33E

Color information

#69B33E (or 0x69B33E) is unknown color: approx Apple. HEX triplet: 69, B3 and 3E. RGB value is (105,179,62). Sum of RGB (Red+Green+Blue) = 105+179+62=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #69B33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B33E is #964CC1. Grayscale: #8F8F8F. Windows color (decimal): -9850050 or 4109161. OLE color: 4109161.

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

Color convert

RGB10517962-
CMYK0.4100.650.30
HSL97.95º48.55%47.25%-
HSV(B)97.95º65.36%70.2%-
XYZ22.8235.5910.22-
YUV143.5481.98100.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 179 (70.31% from 255) = 51.73%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=30.35%
G=51.73%
B=17.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105179620.4100.650.3097.9548.5547.25
Hex69B33E290411E62312f
Octal15126376510101361426157
Binary11010011011001111111010100101000001111101100010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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