Html Css Color HEX #6AAB5D Apple

📋 copy color: '#6AAB5D'

red 106 ◦ green 171 ◦ blue 93

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

Shades of Apple #6AAB5D

Tints of Apple #6AAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 28.65%
G = 46.22%
B = 25.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#6AAB5D (or 0x6AAB5D) is known color: Apple. HEX triplet: 6A, AB and 5D. RGB value is (106,171,93). Sum of RGB (Red+Green+Blue) = 106+171+93=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB5D is #9554A2. Grayscale: #8E8E8E. Windows color (decimal): -9786531 or 6138730. OLE color: 6138730.

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

Color convert

RGB 106 171 93 -
CMYK 0.38 0 0.46 0.33
HSL 110º 0.32% 0.52% -
HSV(B) 110º 0.46% 0.67% -
XYZ 22.48 32.98 15.54 -
YUV 142.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 106 171 93 0.38 0 0.46 0.33 110 0.32 0.52
Hex 6A AB 5D 26 0 2E 21 6E 20 34
Octal 152 253 135 46 0 56 41 156 40 64
Binary 1101010 10101011 1011101 100110 0 101110 100001 1101110 100000 110100

Color Harmonies of #6AAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB5D

Black with #6AAB5D

Text Example


Text Example

White with #6AAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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