#69B05A

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

Shades of Apple #69B05A

Tints of Apple #69B05A

Color information

#69B05A (or 0x69B05A) is unknown color: approx Apple. HEX triplet: 69, B0 and 5A. RGB value is (105,176,90). Sum of RGB (Red+Green+Blue) = 105+176+90=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #69B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B05A is #964FA5. Grayscale: #919191. Windows color (decimal): -9850790 or 5943401. OLE color: 5943401.

HSL color Cylindrical-coordinate representation of color #69B05A: hue angle of 109.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B05A is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB10517690-
CMYK0.4000.490.31
HSL109.53º35.25%52.16%-
HSV(B)109.53º48.86%69.02%-
XYZ23.234.7915.17-
YUV144.9796.9899.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=28.30%
G=47.44%
B=24.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105176900.4000.490.31109.5335.2552.16
Hex69B05A280311F6e2334
Octal15126013250061371564364
Binary11010011011000010110101010000110001111111101110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,90); }

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

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

 a { background-color: rgb(105,176,90); }

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

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

 span { border-color: rgb(105,176,90); }

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