Html Css Color HEX #6CA141 Apple

📋 copy color: '#6CA141'

red 108 ◦ green 161 ◦ blue 65

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

Shades of Apple #6CA141

Tints of Apple #6CA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 32.34%
G = 48.2%
B = 19.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#6CA141 (or 0x6CA141) is known color: Apple. HEX triplet: 6C, A1 and 41. RGB value is (108,161,65). Sum of RGB (Red+Green+Blue) = 108+161+65=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA141 is #935EBE. Grayscale: #868686. Windows color (decimal): -9658047 or 4301164. OLE color: 4301164.

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

Color convert

RGB 108 161 65 -
CMYK 0.33 0 0.60 0.37
HSL 93.13º 0.42% 0.44% -
HSV(B) 93.13º 0.6% 0.63% -
XYZ 19.88 29.06 9.56 -
YUV 134.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 108 161 65 0.33 0 0.60 0.37 93.13 0.42 0.44
Hex 6C A1 41 21 0 3C 25 5D 2A 2C
Octal 154 241 101 41 0 74 45 135 52 54
Binary 1101100 10100001 1000001 100001 0 111100 100101 1011101 101010 101100

Color Harmonies of #6CA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA141

Black with #6CA141

Text Example


Text Example

White with #6CA141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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