#69bb3d

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

Shades of Apple #69BB3D

Tints of Apple #69BB3D

Color information

#69BB3D (or 0x69BB3D) is unknown color: approx Apple. HEX triplet: 69, BB and 3D. RGB value is (105,187,61). Sum of RGB (Red+Green+Blue) = 105+187+61=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB3D is #9644C2. Grayscale: #949494. Windows color (decimal): -9848003 or 4045673. OLE color: 4045673.

HSL color Cylindrical-coordinate representation of color #69BB3D: hue angle of 99.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69BB3D is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB10518761-
CMYK0.4400.670.27
HSL99.05º50.81%48.63%-
HSV(B)99.05º67.38%73.33%-
XYZ24.4438.8810.63-
YUV148.1278.8397.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 61 (24.22% from 255) = 17.28%
R=29.75%
G=52.97%
B=17.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105187610.4400.670.2799.0550.8148.63
Hex69BB3D2C0431B633331
Octal15127375540103331436361
Binary11010011011101111110110110001000011110111100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69bb3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,61); }

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

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

 a { background-color: rgb(105,187,61); }

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

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

 span { border-color: rgb(105,187,61); }

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