Html Css Color HEX #6AA14D Apple

📋 copy color: '#6AA14D'

red 106 ◦ green 161 ◦ blue 77

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

Shades of Apple #6AA14D

Tints of Apple #6AA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.8%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 30.81%
G = 46.8%
B = 22.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#6AA14D (or 0x6AA14D) is known color: Apple. HEX triplet: 6A, A1 and 4D. RGB value is (106,161,77). Sum of RGB (Red+Green+Blue) = 106+161+77=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA14D is #955EB2. Grayscale: #878787. Windows color (decimal): -9789107 or 5087594. OLE color: 5087594.

HSL color Cylindrical-coordinate representation of color #6AA14D: hue angle of 99.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA14D is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 161 77 -
CMYK 0.34 0 0.52 0.37
HSL 99.29º 0.35% 0.47% -
HSV(B) 99.29º 0.52% 0.63% -
XYZ 20.03 29.09 11.58 -
YUV 134.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 106 161 77 0.34 0 0.52 0.37 99.29 0.35 0.47
Hex 6A A1 4D 22 0 34 25 63 23 2F
Octal 152 241 115 42 0 64 45 143 43 57
Binary 1101010 10100001 1001101 100010 0 110100 100101 1100011 100011 101111

Color Harmonies of #6AA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA14D

Black with #6AA14D

Text Example


Text Example

White with #6AA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,161,77); }

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

background-color css

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

 a { background-color: rgb(106,161,77); }

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

border-color css

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

 span { border-color: rgb(106,161,77); }

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