#69BE4E

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

Shades of Apple #69BE4E

Tints of Apple #69BE4E

Color information

#69BE4E (or 0x69BE4E) is unknown color: approx Apple. HEX triplet: 69, BE and 4E. RGB value is (105,190,78). Sum of RGB (Red+Green+Blue) = 105+190+78=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE4E is #9641B1. Grayscale: #989898. Windows color (decimal): -9847218 or 5160553. OLE color: 5160553.

HSL color Cylindrical-coordinate representation of color #69BE4E: hue angle of 105.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BE4E is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB10519078-
CMYK0.4500.590.25
HSL105.54º46.28%52.55%-
HSV(B)105.54º58.95%74.51%-
XYZ25.6140.3813.65-
YUV151.8286.3494.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=28.15%
G=50.94%
B=20.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105190780.4500.590.25105.5446.2852.55
Hex69BE4E2D03B196a2e35
Octal15127611655073311525665
Binary11010011011111010011101011010111011110011101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,190,78); }

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

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

 a { background-color: rgb(105,190,78); }

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

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

 span { border-color: rgb(105,190,78); }

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