Html Css Color HEX #69AA5F Apple

📋 copy color: '#69AA5F'

red 105 ◦ green 170 ◦ blue 95

#69AA5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #69AA5F

Tints of Apple #69AA5F

RGB

 RED value IS 105 (41.41% from 255) = 28.38%

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 28.38%
G = 45.95%
B = 25.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#69AA5F (or 0x69AA5F) is known color: Apple. HEX triplet: 69, AA and 5F. RGB value is (105,170,95). Sum of RGB (Red+Green+Blue) = 105+170+95=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA5F is #9655A0. Grayscale: #8E8E8E. Windows color (decimal): -9852321 or 6269545. OLE color: 6269545.

HSL color Cylindrical-coordinate representation of color #69AA5F: hue angle of 112º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69AA5F is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 170 95 -
CMYK 0.38 0 0.44 0.33
HSL 112º 0.31% 0.52% -
HSV(B) 112º 0.44% 0.67% -
XYZ 22.27 32.58 15.94 -
YUV 142.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 105 170 95 0.38 0 0.44 0.33 112 0.31 0.52
Hex 69 AA 5F 26 0 2C 21 70 1F 34
Octal 151 252 137 46 0 54 41 160 37 64
Binary 1101001 10101010 1011111 100110 0 101100 100001 1110000 11111 110100

Color Harmonies of #69AA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AA5F

Black with #69AA5F

Text Example


Text Example

White with #69AA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,170,95); }

 H1.HeaderClassName
 {
   color: #69AA5F;
 }
 .AnyTagClassName
 {
   color: #69AA5F;
 }
</style>

background-color css

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

 a { background-color: rgb(105,170,95); }

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

border-color css

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

 span { border-color: rgb(105,170,95); }

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