Html Css Color HEX #6AAD3F Apple

📋 copy color: '#6AAD3F'

red 106 ◦ green 173 ◦ blue 63

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

Shades of Apple #6AAD3F

Tints of Apple #6AAD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 30.99%
G = 50.58%
B = 18.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#6AAD3F (or 0x6AAD3F) is known color: Apple. HEX triplet: 6A, AD and 3F. RGB value is (106,173,63). Sum of RGB (Red+Green+Blue) = 106+173+63=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD3F is #9552C0. Grayscale: #8C8C8C. Windows color (decimal): -9786049 or 4173162. OLE color: 4173162.

HSL color Cylindrical-coordinate representation of color #6AAD3F: hue angle of 96.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AAD3F is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 173 63 -
CMYK 0.39 0 0.64 0.32
HSL 96.55º 0.47% 0.46% -
HSV(B) 96.55º 0.64% 0.68% -
XYZ 21.78 33.31 9.98 -
YUV 140.43 84.3 103.44 -
System Red Green Blue C M Y K H S L
Decimal 106 173 63 0.39 0 0.64 0.32 96.55 0.47 0.46
Hex 6A AD 3F 27 0 40 20 61 2F 2E
Octal 152 255 77 47 0 100 40 141 57 56
Binary 1101010 10101101 111111 100111 0 1000000 100000 1100001 101111 101110

Color Harmonies of #6AAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAD3F

Black with #6AAD3F

Text Example


Text Example

White with #6AAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,173,63); }

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

background-color css

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

 a { background-color: rgb(106,173,63); }

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

border-color css

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

 span { border-color: rgb(106,173,63); }

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