Html Css Color HEX #6AAB53 Apple

📋 copy color: '#6AAB53'

red 106 ◦ green 171 ◦ blue 83

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

Shades of Apple #6AAB53

Tints of Apple #6AAB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.06%

R = 29.44%
G = 47.5%
B = 23.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#6AAB53 (or 0x6AAB53) is known color: Apple. HEX triplet: 6A, AB and 53. RGB value is (106,171,83). Sum of RGB (Red+Green+Blue) = 106+171+83=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB53 is #9554AC. Grayscale: #8D8D8D. Windows color (decimal): -9786541 or 5483370. OLE color: 5483370.

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

Color convert

RGB 106 171 83 -
CMYK 0.38 0 0.51 0.33
HSL 104.32º 0.35% 0.5% -
HSV(B) 104.32º 0.51% 0.67% -
XYZ 22.07 32.81 13.35 -
YUV 141.53 94.97 102.66 -
System Red Green Blue C M Y K H S L
Decimal 106 171 83 0.38 0 0.51 0.33 104.32 0.35 0.5
Hex 6A AB 53 26 0 33 21 68 23 32
Octal 152 253 123 46 0 63 41 150 43 62
Binary 1101010 10101011 1010011 100110 0 110011 100001 1101000 100011 110010

Color Harmonies of #6AAB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB53

Black with #6AAB53

Text Example


Text Example

White with #6AAB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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