#69BB4C

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

Shades of Apple #69BB4C

Tints of Apple #69BB4C

Color information

#69BB4C (or 0x69BB4C) is unknown color: approx Apple. HEX triplet: 69, BB and 4C. RGB value is (105,187,76). Sum of RGB (Red+Green+Blue) = 105+187+76=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB4C is #9644B3. Grayscale: #969696. Windows color (decimal): -9847988 or 5028713. OLE color: 5028713.

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

Color convert

RGB10518776-
CMYK0.4400.590.27
HSL104.32º44.94%51.57%-
HSV(B)104.32º59.36%73.33%-
XYZ24.939.0713.07-
YUV149.8386.3396.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 187 (73.44% from 255) = 50.82%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=28.53%
G=50.82%
B=20.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105187760.4400.590.27104.3244.9451.57
Hex69BB4C2C03B1B682d34
Octal15127311454073331505564
Binary11010011011101110011001011000111011110111101000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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