Html Css Color HEX #6CA13F Apple

📋 copy color: '#6CA13F'

red 108 ◦ green 161 ◦ blue 63

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

Shades of Apple #6CA13F

Tints of Apple #6CA13F

RGB

 RED value IS 108 (42.58% from 255) = 32.53%

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

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

R = 32.53%
G = 48.49%
B = 18.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#6CA13F (or 0x6CA13F) is known color: Apple. HEX triplet: 6C, A1 and 3F. RGB value is (108,161,63). Sum of RGB (Red+Green+Blue) = 108+161+63=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA13F is #935EC0. Grayscale: #868686. Windows color (decimal): -9658049 or 4170092. OLE color: 4170092.

HSL color Cylindrical-coordinate representation of color #6CA13F: hue angle of 92.45º 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 #6CA13F is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 63 -
CMYK 0.33 0 0.61 0.37
HSL 92.45º 0.44% 0.44% -
HSV(B) 92.45º 0.61% 0.63% -
XYZ 19.83 29.04 9.26 -
YUV 133.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 108 161 63 0.33 0 0.61 0.37 92.45 0.44 0.44
Hex 6C A1 3F 21 0 3D 25 5C 2C 2C
Octal 154 241 77 41 0 75 45 134 54 54
Binary 1101100 10100001 111111 100001 0 111101 100101 1011100 101100 101100

Color Harmonies of #6CA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA13F

Black with #6CA13F

Text Example


Text Example

White with #6CA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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