Html Css Color HEX #6AAD3D Apple

📋 copy color: '#6AAD3D'

red 106 ◦ green 173 ◦ blue 61

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

Shades of Apple #6AAD3D

Tints of Apple #6AAD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 31.18%
G = 50.88%
B = 17.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#6AAD3D (or 0x6AAD3D) is known color: Apple. HEX triplet: 6A, AD and 3D. RGB value is (106,173,61). Sum of RGB (Red+Green+Blue) = 106+173+61=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD3D is #9552C2. Grayscale: #8C8C8C. Windows color (decimal): -9786051 or 4042090. OLE color: 4042090.

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

Color convert

RGB 106 173 61 -
CMYK 0.39 0 0.65 0.32
HSL 95.89º 0.48% 0.46% -
HSV(B) 95.89º 0.65% 0.68% -
XYZ 21.73 33.29 9.69 -
YUV 140.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 106 173 61 0.39 0 0.65 0.32 95.89 0.48 0.46
Hex 6A AD 3D 27 0 41 20 60 30 2E
Octal 152 255 75 47 0 101 40 140 60 56
Binary 1101010 10101101 111101 100111 0 1000001 100000 1100000 110000 101110

Color Harmonies of #6AAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAD3D

Black with #6AAD3D

Text Example


Text Example

White with #6AAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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