Html Css Color HEX #69AA58 Apple

📋 copy color: '#69AA58'

red 105 ◦ green 170 ◦ blue 88

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

Shades of Apple #69AA58

Tints of Apple #69AA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 28.93%
G = 46.83%
B = 24.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#69AA58 (or 0x69AA58) is known color: Apple. HEX triplet: 69, AA and 58. RGB value is (105,170,88). Sum of RGB (Red+Green+Blue) = 105+170+88=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA58 is #9655A7. Grayscale: #8D8D8D. Windows color (decimal): -9852328 or 5810793. OLE color: 5810793.

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

Color convert

RGB 105 170 88 -
CMYK 0.38 0 0.48 0.33
HSL 107.56º 0.33% 0.51% -
HSV(B) 107.56º 0.48% 0.67% -
XYZ 21.96 32.46 14.34 -
YUV 141.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 105 170 88 0.38 0 0.48 0.33 107.56 0.33 0.51
Hex 69 AA 58 26 0 30 21 6C 21 33
Octal 151 252 130 46 0 60 41 154 41 63
Binary 1101001 10101010 1011000 100110 0 110000 100001 1101100 100001 110011

Color Harmonies of #69AA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AA58

Black with #69AA58

Text Example


Text Example

White with #69AA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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