Html Css Color HEX #6AAB5F Apple

📋 copy color: '#6AAB5F'

red 106 ◦ green 171 ◦ blue 95

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

Shades of Apple #6AAB5F

Tints of Apple #6AAB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 28.49%
G = 45.97%
B = 25.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#6AAB5F (or 0x6AAB5F) is known color: Apple. HEX triplet: 6A, AB and 5F. RGB value is (106,171,95). Sum of RGB (Red+Green+Blue) = 106+171+95=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB5F is #9554A0. Grayscale: #8F8F8F. Windows color (decimal): -9786529 or 6269802. OLE color: 6269802.

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

Color convert

RGB 106 171 95 -
CMYK 0.38 0 0.44 0.33
HSL 111.32º 0.31% 0.52% -
HSV(B) 111.32º 0.44% 0.67% -
XYZ 22.57 33.02 16.01 -
YUV 142.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 106 171 95 0.38 0 0.44 0.33 111.32 0.31 0.52
Hex 6A AB 5F 26 0 2C 21 6F 1F 34
Octal 152 253 137 46 0 54 41 157 37 64
Binary 1101010 10101011 1011111 100110 0 101100 100001 1101111 11111 110100

Color Harmonies of #6AAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB5F

Black with #6AAB5F

Text Example


Text Example

White with #6AAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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