Html Css Color HEX #6AAA4F Apple

📋 copy color: '#6AAA4F'

red 106 ◦ green 170 ◦ blue 79

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

Shades of Apple #6AAA4F

Tints of Apple #6AAA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 29.86%
G = 47.89%
B = 22.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#6AAA4F (or 0x6AAA4F) is known color: Apple. HEX triplet: 6A, AA and 4F. RGB value is (106,170,79). Sum of RGB (Red+Green+Blue) = 106+170+79=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA4F is #9555B0. Grayscale: #8C8C8C. Windows color (decimal): -9786801 or 5220970. OLE color: 5220970.

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

Color convert

RGB 106 170 79 -
CMYK 0.38 0 0.54 0.33
HSL 102.2º 0.37% 0.49% -
HSV(B) 102.2º 0.54% 0.67% -
XYZ 21.73 32.38 12.5 -
YUV 140.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 106 170 79 0.38 0 0.54 0.33 102.2 0.37 0.49
Hex 6A AA 4F 26 0 36 21 66 25 31
Octal 152 252 117 46 0 66 41 146 45 61
Binary 1101010 10101010 1001111 100110 0 110110 100001 1100110 100101 110001

Color Harmonies of #6AAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA4F

Black with #6AAA4F

Text Example


Text Example

White with #6AAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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