Html Css Color HEX #6AAA46 Apple

📋 copy color: '#6AAA46'

red 106 ◦ green 170 ◦ blue 70

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

Shades of Apple #6AAA46

Tints of Apple #6AAA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 30.64%
G = 49.13%
B = 20.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#6AAA46 (or 0x6AAA46) is known color: Apple. HEX triplet: 6A, AA and 46. RGB value is (106,170,70). Sum of RGB (Red+Green+Blue) = 106+170+70=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA46 is #9555B9. Grayscale: #8B8B8B. Windows color (decimal): -9786810 or 4631146. OLE color: 4631146.

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

Color convert

RGB 106 170 70 -
CMYK 0.38 0 0.59 0.33
HSL 98.4º 0.42% 0.47% -
HSV(B) 98.4º 0.59% 0.67% -
XYZ 21.42 32.26 10.89 -
YUV 139.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 106 170 70 0.38 0 0.59 0.33 98.4 0.42 0.47
Hex 6A AA 46 26 0 3B 21 62 2A 2F
Octal 152 252 106 46 0 73 41 142 52 57
Binary 1101010 10101010 1000110 100110 0 111011 100001 1100010 101010 101111

Color Harmonies of #6AAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA46

Black with #6AAA46

Text Example


Text Example

White with #6AAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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