Html Css Color HEX #69AA50 Apple

📋 copy color: '#69AA50'

red 105 ◦ green 170 ◦ blue 80

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

Shades of Apple #69AA50

Tints of Apple #69AA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 29.58%
G = 47.89%
B = 22.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#69AA50 (or 0x69AA50) is known color: Apple. HEX triplet: 69, AA and 50. RGB value is (105,170,80). Sum of RGB (Red+Green+Blue) = 105+170+80=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA50 is #9655AF. Grayscale: #8C8C8C. Windows color (decimal): -9852336 or 5286505. OLE color: 5286505.

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

Color convert

RGB 105 170 80 -
CMYK 0.38 0 0.53 0.33
HSL 103.33º 0.36% 0.49% -
HSV(B) 103.33º 0.53% 0.67% -
XYZ 21.65 32.33 12.69 -
YUV 140.31 93.97 102.82 -
System Red Green Blue C M Y K H S L
Decimal 105 170 80 0.38 0 0.53 0.33 103.33 0.36 0.49
Hex 69 AA 50 26 0 35 21 67 24 31
Octal 151 252 120 46 0 65 41 147 44 61
Binary 1101001 10101010 1010000 100110 0 110101 100001 1100111 100100 110001

Color Harmonies of #69AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AA50

Black with #69AA50

Text Example


Text Example

White with #69AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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