Html Css Color HEX #6AAA51 Apple

📋 copy color: '#6AAA51'

red 106 ◦ green 170 ◦ blue 81

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

Shades of Apple #6AAA51

Tints of Apple #6AAA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 29.69%
G = 47.62%
B = 22.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#6AAA51 (or 0x6AAA51) is known color: Apple. HEX triplet: 6A, AA and 51. RGB value is (106,170,81). Sum of RGB (Red+Green+Blue) = 106+170+81=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA51 is #9555AE. Grayscale: #8D8D8D. Windows color (decimal): -9786799 or 5352042. OLE color: 5352042.

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

Color convert

RGB 106 170 81 -
CMYK 0.38 0 0.52 0.33
HSL 103.15º 0.35% 0.49% -
HSV(B) 103.15º 0.52% 0.67% -
XYZ 21.8 32.41 12.89 -
YUV 140.72 94.3 103.24 -
System Red Green Blue C M Y K H S L
Decimal 106 170 81 0.38 0 0.52 0.33 103.15 0.35 0.49
Hex 6A AA 51 26 0 34 21 67 23 31
Octal 152 252 121 46 0 64 41 147 43 61
Binary 1101010 10101010 1010001 100110 0 110100 100001 1100111 100011 110001

Color Harmonies of #6AAA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA51

Black with #6AAA51

Text Example


Text Example

White with #6AAA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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