Html Css Color HEX #6AAD3E Apple

📋 copy color: '#6AAD3E'

red 106 ◦ green 173 ◦ blue 62

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

Shades of Apple #6AAD3E

Tints of Apple #6AAD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 31.09%
G = 50.73%
B = 18.18%

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

#6AAD3E (or 0x6AAD3E) is known color: Apple. HEX triplet: 6A, AD and 3E. RGB value is (106,173,62). Sum of RGB (Red+Green+Blue) = 106+173+62=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD3E is #9552C1. Grayscale: #8C8C8C. Windows color (decimal): -9786050 or 4107626. OLE color: 4107626.

HSL color Cylindrical-coordinate representation of color #6AAD3E: hue angle of 96.22º 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 #6AAD3E is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 173 62 -
CMYK 0.39 0 0.64 0.32
HSL 96.22º 0.47% 0.46% -
HSV(B) 96.22º 0.64% 0.68% -
XYZ 21.76 33.3 9.84 -
YUV 140.31 83.8 103.53 -
System Red Green Blue C M Y K H S L
Decimal 106 173 62 0.39 0 0.64 0.32 96.22 0.47 0.46
Hex 6A AD 3E 27 0 40 20 60 2F 2E
Octal 152 255 76 47 0 100 40 140 57 56
Binary 1101010 10101101 111110 100111 0 1000000 100000 1100000 101111 101110

Color Harmonies of #6AAD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAD3E

Black with #6AAD3E

Text Example


Text Example

White with #6AAD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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