#69B548

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

Shades of Apple #69B548

Tints of Apple #69B548

Color information

#69B548 (or 0x69B548) is unknown color: approx Apple. HEX triplet: 69, B5 and 48. RGB value is (105,181,72). Sum of RGB (Red+Green+Blue) = 105+181+72=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #69B548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B548 is #964AB7. Grayscale: #929292. Windows color (decimal): -9849528 or 4765033. OLE color: 4765033.

HSL color Cylindrical-coordinate representation of color #69B548: hue angle of 101.83º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69B548 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB10518172-
CMYK0.4200.600.29
HSL101.83º43.08%49.61%-
HSV(B)101.83º60.22%70.98%-
XYZ23.5236.5211.94-
YUV145.8586.3298.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 181 (71.09% from 255) = 50.56%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=29.33%
G=50.56%
B=20.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181720.4200.600.29101.8343.0849.61
Hex69B5482A03C1D662b32
Octal15126511052074351465362
Binary11010011011010110010001010100111100111011100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,72); }

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

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

 a { background-color: rgb(105,181,72); }

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

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

 span { border-color: rgb(105,181,72); }

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