Html Css Color HEX #6AA13F Apple

📋 copy color: '#6AA13F'

red 106 ◦ green 161 ◦ blue 63

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

Shades of Apple #6AA13F

Tints of Apple #6AA13F

RGB

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

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

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

R = 32.12%
G = 48.79%
B = 19.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#6AA13F (or 0x6AA13F) is known color: Apple. HEX triplet: 6A, A1 and 3F. RGB value is (106,161,63). Sum of RGB (Red+Green+Blue) = 106+161+63=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA13F is #955EC0. Grayscale: #858585. Windows color (decimal): -9789121 or 4170090. OLE color: 4170090.

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

Color convert

RGB 106 161 63 -
CMYK 0.34 0 0.61 0.37
HSL 93.67º 0.44% 0.44% -
HSV(B) 93.67º 0.61% 0.63% -
XYZ 19.59 28.91 9.25 -
YUV 133.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 106 161 63 0.34 0 0.61 0.37 93.67 0.44 0.44
Hex 6A A1 3F 22 0 3D 25 5E 2C 2C
Octal 152 241 77 42 0 75 45 136 54 54
Binary 1101010 10100001 111111 100010 0 111101 100101 1011110 101100 101100

Color Harmonies of #6AA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA13F

Black with #6AA13F

Text Example


Text Example

White with #6AA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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