Html Css Color HEX #6AAB5B Apple

📋 copy color: '#6AAB5B'

red 106 ◦ green 171 ◦ blue 91

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

Shades of Apple #6AAB5B

Tints of Apple #6AAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 28.8%
G = 46.47%
B = 24.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#6AAB5B (or 0x6AAB5B) is known color: Apple. HEX triplet: 6A, AB and 5B. RGB value is (106,171,91). Sum of RGB (Red+Green+Blue) = 106+171+91=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB5B is #9554A4. Grayscale: #8E8E8E. Windows color (decimal): -9786533 or 6007658. OLE color: 6007658.

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

Color convert

RGB 106 171 91 -
CMYK 0.38 0 0.47 0.33
HSL 108.75º 0.32% 0.51% -
HSV(B) 108.75º 0.47% 0.67% -
XYZ 22.4 32.95 15.08 -
YUV 142.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 106 171 91 0.38 0 0.47 0.33 108.75 0.32 0.51
Hex 6A AB 5B 26 0 2F 21 6D 20 33
Octal 152 253 133 46 0 57 41 155 40 63
Binary 1101010 10101011 1011011 100110 0 101111 100001 1101101 100000 110011

Color Harmonies of #6AAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB5B

Black with #6AAB5B

Text Example


Text Example

White with #6AAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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