#69B35A

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

Shades of Apple #69B35A

Tints of Apple #69B35A

Color information

#69B35A (or 0x69B35A) is unknown color: approx Apple. HEX triplet: 69, B3 and 5A. RGB value is (105,179,90). Sum of RGB (Red+Green+Blue) = 105+179+90=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #69B35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B35A is #964CA5. Grayscale: #939393. Windows color (decimal): -9850022 or 5944169. OLE color: 5944169.

HSL color Cylindrical-coordinate representation of color #69B35A: hue angle of 109.89º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69B35A is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB10517990-
CMYK0.4100.500.30
HSL109.89º36.93%52.75%-
HSV(B)109.89º49.72%70.2%-
XYZ23.7935.9815.36-
YUV146.7395.9898.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=28.07%
G=47.86%
B=24.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105179900.4100.500.30109.8936.9352.75
Hex69B35A290321E6e2535
Octal15126313251062361564565
Binary11010011011001110110101010010110010111101101110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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