Html Css Color HEX #6AAB5A Apple

📋 copy color: '#6AAB5A'

red 106 ◦ green 171 ◦ blue 90

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

Shades of Apple #6AAB5A

Tints of Apple #6AAB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 28.88%
G = 46.59%
B = 24.52%

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

#6AAB5A (or 0x6AAB5A) is known color: Apple. HEX triplet: 6A, AB and 5A. RGB value is (106,171,90). Sum of RGB (Red+Green+Blue) = 106+171+90=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB5A is #9554A5. Grayscale: #8E8E8E. Windows color (decimal): -9786534 or 5942122. OLE color: 5942122.

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

Color convert

RGB 106 171 90 -
CMYK 0.38 0 0.47 0.33
HSL 108.15º 0.33% 0.51% -
HSV(B) 108.15º 0.47% 0.67% -
XYZ 22.35 32.93 14.85 -
YUV 142.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 106 171 90 0.38 0 0.47 0.33 108.15 0.33 0.51
Hex 6A AB 5A 26 0 2F 21 6C 21 33
Octal 152 253 132 46 0 57 41 154 41 63
Binary 1101010 10101011 1011010 100110 0 101111 100001 1101100 100001 110011

Color Harmonies of #6AAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB5A

Black with #6AAB5A

Text Example


Text Example

White with #6AAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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