Html Css Color HEX #6AAA5A Apple

📋 copy color: '#6AAA5A'

red 106 ◦ green 170 ◦ blue 90

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

Shades of Apple #6AAA5A

Tints of Apple #6AAA5A

RGB

 RED value IS 106 (41.8% from 255) = 28.96%

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

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 28.96%
G = 46.45%
B = 24.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#6AAA5A (or 0x6AAA5A) is known color: Apple. HEX triplet: 6A, AA and 5A. RGB value is (106,170,90). Sum of RGB (Red+Green+Blue) = 106+170+90=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA5A is #9555A5. Grayscale: #8E8E8E. Windows color (decimal): -9786790 or 5941866. OLE color: 5941866.

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

Color convert

RGB 106 170 90 -
CMYK 0.38 0 0.47 0.33
HSL 108º 0.32% 0.51% -
HSV(B) 108º 0.47% 0.67% -
XYZ 22.16 32.55 14.79 -
YUV 141.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 106 170 90 0.38 0 0.47 0.33 108 0.32 0.51
Hex 6A AA 5A 26 0 2F 21 6C 20 33
Octal 152 252 132 46 0 57 41 154 40 63
Binary 1101010 10101010 1011010 100110 0 101111 100001 1101100 100000 110011

Color Harmonies of #6AAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA5A

Black with #6AAA5A

Text Example


Text Example

White with #6AAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AAA5A; }

 p { color: rgb(106,170,90); }

 H1.HeaderClassName
 {
   color: #6AAA5A;
 }
 .AnyTagClassName
 {
   color: #6AAA5A;
 }
</style>

background-color css

<style>
 a { background-color: #6AAA5A; }

 a { background-color: rgb(106,170,90); }

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

border-color css

<style>
 span { border-color: #6AAA5A; }

 span { border-color: rgb(106,170,90); }

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