Html Css Color HEX #6AAB4E Apple

📋 copy color: '#6AAB4E'

red 106 ◦ green 171 ◦ blue 78

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

Shades of Apple #6AAB4E

Tints of Apple #6AAB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 29.86%
G = 48.17%
B = 21.97%

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

#6AAB4E (or 0x6AAB4E) is known color: Apple. HEX triplet: 6A, AB and 4E. RGB value is (106,171,78). Sum of RGB (Red+Green+Blue) = 106+171+78=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB4E is #9554B1. Grayscale: #8D8D8D. Windows color (decimal): -9786546 or 5155690. OLE color: 5155690.

HSL color Cylindrical-coordinate representation of color #6AAB4E: hue angle of 101.94º 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 #6AAB4E is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 171 78 -
CMYK 0.38 0 0.54 0.33
HSL 101.94º 0.37% 0.49% -
HSV(B) 101.94º 0.54% 0.67% -
XYZ 21.88 32.74 12.37 -
YUV 140.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 106 171 78 0.38 0 0.54 0.33 101.94 0.37 0.49
Hex 6A AB 4E 26 0 36 21 66 25 31
Octal 152 253 116 46 0 66 41 146 45 61
Binary 1101010 10101011 1001110 100110 0 110110 100001 1100110 100101 110001

Color Harmonies of #6AAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB4E

Black with #6AAB4E

Text Example


Text Example

White with #6AAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,78); }

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

background-color css

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

 a { background-color: rgb(106,171,78); }

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

border-color css

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

 span { border-color: rgb(106,171,78); }

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