#69A35B

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

Shades of Apple #69A35B

Tints of Apple #69A35B

Color information

#69A35B (or 0x69A35B) is unknown color: approx Apple. HEX triplet: 69, A3 and 5B. RGB value is (105,163,91). Sum of RGB (Red+Green+Blue) = 105+163+91=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #69A35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A35B is #965CA4. Grayscale: #898989. Windows color (decimal): -9854117 or 6005609. OLE color: 6005609.

HSL color Cylindrical-coordinate representation of color #69A35B: hue angle of 108.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69A35B is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB10516391-
CMYK0.3600.440.36
HSL108.33º28.35%49.8%-
HSV(B)108.33º44.17%63.92%-
XYZ20.8129.9514.58-
YUV137.45101.78104.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=29.25%
G=45.40%
B=25.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105163910.3600.440.36108.3328.3549.8
Hex69A35B2402C246c1c32
Octal15124313344054441543462
Binary11010011010001110110111001000101100100100110110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,91); }

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

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

 a { background-color: rgb(105,163,91); }

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

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

 span { border-color: rgb(105,163,91); }

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